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))