diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-16 18:49:09 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-16 23:06:16 -0400 |
commit | 9d5d55c55d44caf4d991de1d03c5542a8b02abdb (patch) | |
tree | 2b1c3cc200c1753ef3e1ed863b39d5edf4879800 | |
parent | f1dd82483c495ba3738624500fda2a544c506666 (diff) | |
download | configs-9d5d55c55d44caf4d991de1d03c5542a8b02abdb.tar.gz configs-9d5d55c55d44caf4d991de1d03c5542a8b02abdb.tar.xz configs-9d5d55c55d44caf4d991de1d03c5542a8b02abdb.zip |
[emacs/notmuch] set notmuch-message-headers and add link to bug
https://notmuchmail.org/pipermail/notmuch/2018/026781.html
https://www.mail-archive.com/notmuch@notmuchmail.org/msg46658.html
-rw-r--r-- | init.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1111,6 +1111,8 @@ Emacs package that displays available keybindings in popup * Email ** [[https://notmuchmail.org][notmuch]] +See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]]. + #+begin_src emacs-lisp (defun ab/notmuch () "Delete other windows, then launch `notmuch'." @@ -1180,6 +1182,8 @@ Emacs package that displays available keybindings in popup notmuch-hello-insert-alltags) notmuch-search-oldest-first nil notmuch-show-all-tags-list t + notmuch-message-headers ; see bug follow-up above + '("Subject" "To" "Cc" "Date" "List-Id" "X-RT-Originator") notmuch-hello-thousands-separator "," notmuch-fcc-dirs '(("amin@aminb.org" . "amin/Sent") |