summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/emacs.el
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-05-04 08:35:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-05-04 08:35:52 +0200
commit14003a8016ef6572a85541010e8e0b955d4bc9cd (patch)
treefbb0cba33907fb0efceb7221cfa945d9bbffa20c /accounts/gkleen@sif/emacs.el
parent5c899cc4ab800fcb2ff5c6eb5d5a89f9ad42aac4 (diff)
downloadnixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar
nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar.gz
nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar.bz2
nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar.xz
nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.zip
...
Diffstat (limited to 'accounts/gkleen@sif/emacs.el')
-rw-r--r--accounts/gkleen@sif/emacs.el44
1 files changed, 22 insertions, 22 deletions
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 @@
100(setq edit-server-new-frame nil) 100(setq edit-server-new-frame nil)
101(setq edit-server-url-major-mode-alist '(("rzint\\.mathinst\\.loc" . mediawiki-mode))) 101(setq edit-server-url-major-mode-alist '(("rzint\\.mathinst\\.loc" . mediawiki-mode)))
102 102
103(setq notmuch-address-internal-completion '(received nil)) 103;; (setq notmuch-address-internal-completion '(received nil))
104(setq notmuch-always-prompt-for-sender t) 104;; (setq notmuch-always-prompt-for-sender t)
105(setq notmuch-command "notmuch-ssh") 105;; (setq notmuch-command "notmuch-ssh")
106(setq notmuch-crypto-process-mime t) 106;; (setq notmuch-crypto-process-mime t)
107(setq notmuch-draft-tags '("+draft" "-inbox")) 107;; (setq notmuch-draft-tags '("+draft" "-inbox"))
108(setq notmuch-fcc-dirs nil) 108;; (setq notmuch-fcc-dirs nil)
109(setq notmuch-hello-sections '(notmuch-hello-insert-header notmuch-hello-insert-saved-searches)) 109;; (setq notmuch-hello-sections '(notmuch-hello-insert-header notmuch-hello-insert-saved-searches))
110(setq notmuch-hello-thousands-separator " ") 110;; (setq notmuch-hello-thousands-separator " ")
111(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")) 111;; (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"))
112(setq notmuch-message-headers '("Subject" "To" "Cc" "Date")) 112;; (setq notmuch-message-headers '("Subject" "To" "Cc" "Date"))
113(setq notmuch-message-replied-tags '("+replied" "-unread" "-inbox")) 113;; (setq notmuch-message-replied-tags '("+replied" "-unread" "-inbox"))
114(setq notmuch-saved-searches 114;; (setq notmuch-saved-searches
115 (quote 115;; (quote
116 ((:name "inbox" :query "tag:inbox" :key "i") 116;; ((:name "inbox" :query "tag:inbox" :key "i")
117 (:name "unread" :query "tag:unread AND tag:inbox" :key "u") 117;; (:name "unread" :query "tag:unread AND tag:inbox" :key "u")
118 (:name "drafts" :query "tag:draft" :key "d") 118;; (:name "drafts" :query "tag:draft" :key "d")
119 (:name "all mail" :query "date:month.." :key "a" :count-query "*") 119;; (:name "all mail" :query "date:month.." :key "a" :count-query "*")
120 (:name "sent" :query "is:sent" :key "s" :count-query "is:sent") 120;; (:name "sent" :query "is:sent" :key "s" :count-query "is:sent")
121 ))) 121;; )))
122(setq notmuch-search-oldest-first nil) 122;; (setq notmuch-search-oldest-first nil)
123(setq notmuch-show-all-tags-list t) 123;; (setq notmuch-show-all-tags-list t)
124(setq notmuch-show-logo nil) 124;; (setq notmuch-show-logo nil)
125 125
126(setq send-mail-function 'sendmail-send-it) 126(setq send-mail-function 'sendmail-send-it)
127(setq mail-envelope-from 'header) 127(setq mail-envelope-from 'header)