mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch.el: Delete some trailing whitespace.
I'm not sure when this managed to creep in, but we don't want it.
This commit is contained in:
parent
7e3b416153
commit
becdb42b1f
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ is what to put on the button."
|
|||
(let (mime-message mime-type)
|
||||
(save-excursion
|
||||
(re-search-forward notmuch-show-contentype-regexp end t)
|
||||
(setq mime-type (car (split-string (buffer-substring
|
||||
(setq mime-type (car (split-string (buffer-substring
|
||||
(match-beginning 1) (match-end 1))))))
|
||||
|
||||
(if (equal mime-type "text/html")
|
||||
|
|
Loading…
Reference in a new issue