X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=2fefdadc4e19e17b6f79f0b5b1c1e5350bbe226f;hb=4b2ec627eb9e04d1deffe31b0f2ec95c6b29096a;hp=09110b5382c6bd024dd0091aad20ef662b4416a3;hpb=4b734374fb2e26ef54414c8f0b933271fdf58c3b;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 09110b53..2fefdadc 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -220,7 +220,7 @@ on the command line, and then retry your notmuch command"))) (defun notmuch-user-other-email () "Return the user.other_email value (as a list) from the notmuch configuration." - (split-string (notmuch-config-get "user.other_email") "\n")) + (split-string (notmuch-config-get "user.other_email") "\n" t)) (defun notmuch-poll () "Run \"notmuch new\" or an external script to import mail.