diff options
| author | jao <jao@gnu.org> | 2025-11-04 23:57:30 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-04 23:57:30 +0000 |
| commit | 0d1083d7309eab043786a6b850bd281bee3c6a19 (patch) | |
| tree | a71f1e343102670b0fbe9e62bc426486eb3a2a0f /custom | |
| parent | 46f7cd206124556a53965742cdf1f39fa05f37c7 (diff) | |
| download | elibs-0d1083d7309eab043786a6b850bd281bee3c6a19.tar.gz elibs-0d1083d7309eab043786a6b850bd281bee3c6a19.tar.bz2 | |
gnus: gandi -> mailbox
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-gnus.el | 15 |
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 |
