X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tag.el;fp=emacs%2Fnotmuch-tag.el;h=f348d4ae2dc82c1b0c57570269cf4015a54d939b;hp=982b372c41b11956d6f289716c07877c3428eed9;hb=371f481d93073cad23f7ce8579a83a4db09147ef;hpb=f3d6fa2e40c45c3dbaef768e36f1544248851ddb diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 982b372c..f348d4ae 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -452,7 +452,7 @@ present or a \"-\" to indicate that the tag should be removed from TAGS if present." (let ((result-tags (copy-sequence tags))) (dolist (tag-change tag-changes) - (let ((tag (and (not (string= tag-change "")) + (let ((tag (and (not (string-empty-p tag-change)) (substring tag-change 1)))) (cl-case (aref tag-change 0) (?+ (unless (member tag result-tags)