From 14003a8016ef6572a85541010e8e0b955d4bc9cd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 May 2022 08:35:52 +0200 Subject: ... --- accounts/gkleen@sif/emacs.el | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'accounts/gkleen@sif/emacs.el') diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index fbbd1ec9..d4b1a092 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el @@ -100,28 +100,28 @@ (setq edit-server-new-frame nil) (setq edit-server-url-major-mode-alist '(("rzint\\.mathinst\\.loc" . mediawiki-mode))) -(setq notmuch-address-internal-completion '(received nil)) -(setq notmuch-always-prompt-for-sender t) -(setq notmuch-command "notmuch-ssh") -(setq notmuch-crypto-process-mime t) -(setq notmuch-draft-tags '("+draft" "-inbox")) -(setq notmuch-fcc-dirs nil) -(setq notmuch-hello-sections '(notmuch-hello-insert-header notmuch-hello-insert-saved-searches)) -(setq notmuch-hello-thousands-separator " ") -(setq notmuch-identities '("gkleen@yggdrasil.li" "g@141.li" "kleen@cip.ifi.lmu.de" "Gregor.Kleen@stud.ifi.lmu.de" "G.Kleen@campus.lmu.de" "G.Kleen@lmu.de" "gregor.kleen@ifi.lmu.de" "uni2work@ifi.lmu.de" "gregor@kleen.li")) -(setq notmuch-message-headers '("Subject" "To" "Cc" "Date")) -(setq notmuch-message-replied-tags '("+replied" "-unread" "-inbox")) -(setq notmuch-saved-searches - (quote - ((:name "inbox" :query "tag:inbox" :key "i") - (:name "unread" :query "tag:unread AND tag:inbox" :key "u") - (:name "drafts" :query "tag:draft" :key "d") - (:name "all mail" :query "date:month.." :key "a" :count-query "*") - (:name "sent" :query "is:sent" :key "s" :count-query "is:sent") - ))) -(setq notmuch-search-oldest-first nil) -(setq notmuch-show-all-tags-list t) -(setq notmuch-show-logo nil) +;; (setq notmuch-address-internal-completion '(received nil)) +;; (setq notmuch-always-prompt-for-sender t) +;; (setq notmuch-command "notmuch-ssh") +;; (setq notmuch-crypto-process-mime t) +;; (setq notmuch-draft-tags '("+draft" "-inbox")) +;; (setq notmuch-fcc-dirs nil) +;; (setq notmuch-hello-sections '(notmuch-hello-insert-header notmuch-hello-insert-saved-searches)) +;; (setq notmuch-hello-thousands-separator " ") +;; (setq notmuch-identities '("gkleen@yggdrasil.li" "g@141.li" "kleen@cip.ifi.lmu.de" "Gregor.Kleen@stud.ifi.lmu.de" "G.Kleen@campus.lmu.de" "G.Kleen@lmu.de" "gregor.kleen@ifi.lmu.de" "uni2work@ifi.lmu.de" "gregor@kleen.li")) +;; (setq notmuch-message-headers '("Subject" "To" "Cc" "Date")) +;; (setq notmuch-message-replied-tags '("+replied" "-unread" "-inbox")) +;; (setq notmuch-saved-searches +;; (quote +;; ((:name "inbox" :query "tag:inbox" :key "i") +;; (:name "unread" :query "tag:unread AND tag:inbox" :key "u") +;; (:name "drafts" :query "tag:draft" :key "d") +;; (:name "all mail" :query "date:month.." :key "a" :count-query "*") +;; (:name "sent" :query "is:sent" :key "s" :count-query "is:sent") +;; ))) +;; (setq notmuch-search-oldest-first nil) +;; (setq notmuch-show-all-tags-list t) +;; (setq notmuch-show-logo nil) (setq send-mail-function 'sendmail-send-it) (setq mail-envelope-from 'header) -- cgit v1.2.3