X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=5980feae4a4477893d57a5f294f0d8ba0a880cdf;hp=19206db5032507bddccaa010a2274a21aaed8e96;hb=b3eafaf72522a3145cc4f14ec453eff408e6319e;hpb=0adf05f57848d1fa190d2a6d33eeba2c0d992b51 diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 19206db5..5980feae 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -571,7 +571,7 @@ the messages that were tagged" (let ((beg (+ (point) 1))) (re-search-forward ")") (let ((end (- (point) 1))) - (split-string (buffer-substring beg end)))))) + (split-string (buffer-substring-no-properties beg end)))))) (defun notmuch-search-get-tags-region (beg end) (save-excursion