From 7971183b076fc98168469bcd5a1e1861de1dfa6a Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 25 Aug 2022 05:41:02 +0100 Subject: notmuch: 'as-is completion (let bbdb trigger) --- custom/jao-custom-notmuch.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'custom/jao-custom-notmuch.el') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index d3cc8c8..f6ab68f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -197,7 +197,7 @@ ("sent" "S") ("attachment" "📎") ("deleted" "🗙" (propertize tag 'face '(:underline nil ,@e))) - ("flagged" "⚑" (propertize tag 'face ',e)) + ("flagged" "✓" (propertize tag 'face '(:weight bold ,e))) ("jao" "j") ("bigml" "b") ("feeds" "f") @@ -219,16 +219,17 @@ (use-package notmuch :init (setq notmuch-address-use-company t - notmuch-address-command (if jao-notmuch-enabled 'internal 'as-is) + notmuch-address-command 'as-is notmuch-always-prompt-for-sender t notmuch-draft-folder "local" notmuch-draft-quoted-tags '("part") - notmuch-address-internal-completion '(received nil) notmuch-fcc-dirs '(("\\(support\\|education\\)@bigml.com" . nil) (".*@bigml.com" . "bigml/trove -unread -new +sent +bigml +trove")) notmuch-maildir-use-notmuch-insert t) + :custom ((notmuch-address-internal-completion '(sent nil))) + :config (add-hook 'message-send-hook #'notmuch-mua-attachment-check) @@ -485,7 +486,6 @@ ("d" . jao-notmuch-tree-toggle-delete) ("D" . jao-notmuch-tree-toggle-delete-thread) ("h" . jao-notmuch-goto-message-buffer) - ("H" . jao-notmuch-click-message-buffer) ("i" . jao-notmuch-toggle-images) ("K" . jao-notmuch-tag-jump-and-next) ("k" . jao-notmuch-tree-read-thread) -- cgit v1.2.3