projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0adf05f
)
emacs: remove text properties from `notmuch-search-get-tags' result
author
Dmitry Kurochkin
<dmitry.kurochkin@gmail.com>
Sun, 5 Feb 2012 07:13:43 +0000
(11:13 +0400)
committer
David Bremner
<bremner@debian.org>
Wed, 8 Feb 2012 15:08:22 +0000
(11:08 -0400)
emacs/notmuch.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch.el
b/emacs/notmuch.el
index 19206db5032507bddccaa010a2274a21aaed8e96..5980feae4a4477893d57a5f294f0d8ba0a880cdf 100644
(file)
--- 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