diff options
-rw-r--r-- | custom/jao-custom-gnus.el | 9 | ||||
-rw-r--r-- | init.el | 3 | ||||
-rw-r--r-- | lib/net/jao-proton-utils.el (renamed from attic/elisp/jao-proton-utils.el) | 0 |
3 files changed, 11 insertions, 1 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index abe8ab8..f344465 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -195,6 +195,15 @@ nnml-get-new-mail t nnml-directory message-directory) +;; (when jao-gnus-use-pm-imap +;; (add-to-list 'mail-sources +;; '(imap :server "127.0.0.1" :port 1143 :user "jaor@pm.me" +;; ;; :mailbox ("Labels/#inbox" "Labels/#hacking" "Labels/#bills" +;; ;; "Labels/#drivel" "Labels/#prog" "Labels/#words") +;; :mailbox ("Labels/words" "Folders/test") +;; ;; :predicate "UNSEEN" +;; ))) + (when jao-gnus-use-nnml (add-to-list 'gnus-secondary-select-methods @@ -3209,7 +3209,8 @@ ("S" "ssh" jao-ssh) ("b" "bluetooth" bluetooth-list-devices) ("c" "connect chats" jao-all-chats) - ("N" "network interfaces" enwc)] + ;; ("N" "network interfaces" enwc) + ] ["Chats" ("t" "telegram" jao-chats-telega) ("s" "slack" jao-chats-slack) diff --git a/attic/elisp/jao-proton-utils.el b/lib/net/jao-proton-utils.el index 012a2ff..012a2ff 100644 --- a/attic/elisp/jao-proton-utils.el +++ b/lib/net/jao-proton-utils.el |