summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-gnus.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-04 23:57:30 +0000
committerjao <jao@gnu.org>2025-11-04 23:57:30 +0000
commit0d1083d7309eab043786a6b850bd281bee3c6a19 (patch)
treea71f1e343102670b0fbe9e62bc426486eb3a2a0f /custom/jao-custom-gnus.el
parent46f7cd206124556a53965742cdf1f39fa05f37c7 (diff)
downloadelibs-0d1083d7309eab043786a6b850bd281bee3c6a19.tar.gz
elibs-0d1083d7309eab043786a6b850bd281bee3c6a19.tar.bz2
gnus: gandi -> mailbox
Diffstat (limited to 'custom/jao-custom-gnus.el')
-rw-r--r--custom/jao-custom-gnus.el15
1 files changed, 8 insertions, 7 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index b3e1cb6..409860c 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -3,7 +3,7 @@
;;; features
(defvar jao-gnus-use-local-imap nil)
(defvar jao-gnus-use-leafnode nil)
-(defvar jao-gnus-use-gandi-imap nil)
+(defvar jao-gnus-use-mailbox-imap nil)
(defvar jao-gnus-use-pm-imap nil)
(defvar jao-gnus-use-gmane nil)
(defvar jao-gnus-use-nnml nil)
@@ -220,10 +220,11 @@
:mailbox ,(if b (concat "Folders/" b) "INBOX")))
(or folders '(nil "drivel" "hacking" "bills" "prog" "words"))))
-(setq mail-sources
- (let* ((pwd (auth-source-pick-first-password :host "proton-bridge"))
- (ims (jao-pm-label-mail-sources pwd)))
- (append jao-local-mail-sources ims)))
+(setq mail-sources '((file :path "/var/mail/jao"))
+ ;; (let* ((pwd (auth-source-pick-first-password :host "proton-bridge"))
+ ;; (ims (jao-pm-label-mail-sources pwd)))
+ ;; (append jao-local-mail-sources ims))
+ )
(when jao-gnus-use-nnml
(let ((prefix (expand-file-name "gnus/" jao-maildir)))
@@ -251,9 +252,9 @@
(nnimap-stream network)
(nnimap-server-port 1143))))
-(when jao-gnus-use-gandi-imap
+(when jao-gnus-use-mailbox-imap
(add-to-list 'gnus-secondary-select-methods
- '(nnimap "gandi" (nnimap-address "mail.gandi.net"))))
+ '(nnimap "mailbox" (nnimap-address "imap.mailbox.org"))))
;;; groups
(setq gnus-group-line-format