[emacs/notmuch] set notmuch-message-headers and add link to bug
authorAmin Bandali <amin@aminb.org>
Mon, 16 Jul 2018 22:49:09 +0000 (18:49 -0400)
committerAmin Bandali <amin@aminb.org>
Tue, 17 Jul 2018 03:06:16 +0000 (23:06 -0400)
https://notmuchmail.org/pipermail/notmuch/2018/026781.html
https://www.mail-archive.com/notmuch@notmuchmail.org/msg46658.html

init.org

index 36a2071..0c61062 100644 (file)
--- a/init.org
+++ b/init.org
@@ -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")