summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-10-04 05:09:50 +0100
committerjao <jao@gnu.org>2023-10-04 05:09:50 +0100
commit9cfab712fc9f03414a7602a3fe1332a8bffea5a5 (patch)
tree6e6ad261f119581ea4011c9177bbb0f93bcec922
parentdc1877c6c139418997e3e3e0f735c57f3c866b08 (diff)
downloadelibs-9cfab712fc9f03414a7602a3fe1332a8bffea5a5.tar.gz
elibs-9cfab712fc9f03414a7602a3fe1332a8bffea5a5.tar.bz2
nits
-rw-r--r--custom/jao-custom-gnus.el9
-rw-r--r--init.el3
-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
diff --git a/init.el b/init.el
index 01ac0b3..ada2a25 100644
--- a/init.el
+++ b/init.el
@@ -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