[emacs/notmuch] display more characters of authors
authorAmin Bandali <amin@aminb.org>
Sat, 7 Jul 2018 17:32:11 +0000 (13:32 -0400)
committerAmin Bandali <amin@aminb.org>
Sat, 7 Jul 2018 17:32:11 +0000 (13:32 -0400)
init.org

index 01d0e87..26d833b 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1174,7 +1174,13 @@ Emacs package that displays available keybindings in popup
           ("abandali@uwaterloo.ca"     . "\"uwaterloo/Sent Items\"")
           ("amin.bandali@uwaterloo.ca" . "\"uwaterloo/Sent Items\"")
           ("aminb@gnu.org"             . "gnu/Sent")
-          (".*"                        . "sent")))
+          (".*"                        . "sent"))
+        notmuch-search-result-format
+        '(("date" . "%12s ")
+          ("count" . "%-7s ")
+          ("authors" . "%-40s ")
+          ("subject" . "%s ")
+          ("tags" . "(%s)")))
   ;; (add-hook 'visual-fill-column-mode-hook
   ;;           (lambda ()
   ;;             (when (string= major-mode 'notmuch-message-mode)