Update gnus settings
This commit is contained in:
parent
5880389323
commit
7391c90ceb
1 changed files with 12 additions and 0 deletions
12
init.el
12
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))
|
||||
|
|
Loading…
Add table
Reference in a new issue