X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/fdcac86a345fe80043e56d5b8defd6b9fb744d22..5c7c14c75aded925eb0ee6d4125237dc309525ba:/init.org diff --git a/init.org b/init.org index b7506e1..0c61062 100644 --- a/init.org +++ b/init.org @@ -659,6 +659,8 @@ In short, my favourite way of life. org-html-postamble nil) (add-hook 'org-mode-hook 'org-indent-mode) (use-package htmlize) +(use-package org-notmuch + :after (:any org notmuch)) #+end_src *** [[https://magit.vc/][Magit]] @@ -1109,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'." @@ -1178,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")