diff options
author | jao <jao@gnu.org> | 2023-10-04 05:09:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-10-04 05:09:50 +0100 |
commit | 9cfab712fc9f03414a7602a3fe1332a8bffea5a5 (patch) | |
tree | 6e6ad261f119581ea4011c9177bbb0f93bcec922 /custom | |
parent | dc1877c6c139418997e3e3e0f735c57f3c866b08 (diff) | |
download | elibs-9cfab712fc9f03414a7602a3fe1332a8bffea5a5.tar.gz elibs-9cfab712fc9f03414a7602a3fe1332a8bffea5a5.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 9 |
1 files changed, 9 insertions, 0 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 |