From 7391c90ceb3d0b0738f5a468260f2abdd0f0f3d7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 12 Jan 2025 20:15:32 +0100 Subject: [PATCH] Update gnus settings --- init.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.el b/init.el index b88c71f4..de3a37f6 100755 --- a/init.el +++ b/init.el @@ -1582,6 +1582,18 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (nnimap-inbox "INBOX") (nnimap-server-port 993) (nnimap-stream ssl) + (nnimap-authinfo-file "~/.authinfo.gpg")) + (nnimap "code@metalisp" + (nnimap-address "mail.your-server.de") + (nnimap-inbox "INBOX") + (nnimap-server-port 993) + (nnimap-stream ssl) + (nnimap-authinfo-file "~/.authinfo.gpg")) + (nnimap "marcus.kammer@metalisp" + (nnimap-address "mail.your-server.de") + (nnimap-inbox "INBOX") + (nnimap-server-port 993) + (nnimap-stream ssl) (nnimap-authinfo-file "~/.authinfo.gpg")))) :config (add-hook 'gnus-summary-prepare-hook 'gnus-summary-sort-by-most-recent-date))