X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=500d663882d4605339f4fa14f803dd269802436b;hb=827c28a04effc58f29e751788690d2f4b434902d;hp=f3a4e5a32cf359144eb9c1696b7a6e164edf3add;hpb=1ba73d1437202b9ae3c2cff6d20dbe92fcacf053;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index f3a4e5a3..500d6638 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -276,8 +276,7 @@ mutiple parts get a header." (define-derived-mode notmuch-message-mode message-mode "Message[Notmuch]" "Notmuch message composition mode. Mostly like `message-mode'" - (when notmuch-address-command - (notmuch-address-setup))) + (notmuch-address-setup)) (put 'notmuch-message-mode 'flyspell-mode-predicate 'mail-mode-flyspell-verify)