Merge gnus package configs
This commit is contained in:
parent
e7d898005d
commit
8114d66c82
2 changed files with 7 additions and 13 deletions
|
@ -13,16 +13,6 @@
|
||||||
(mu4e-compose-signature "Cheers Marcus (Nuremberg . Germany)\nGnuPG Key: https://meta.sr.ht/~marcuskammer.pgp\nFingerprint: 86DB 0F30 F9F1 661A 54E2 1664 C374 817B E285 268F")
|
(mu4e-compose-signature "Cheers Marcus (Nuremberg . Germany)\nGnuPG Key: https://meta.sr.ht/~marcuskammer.pgp\nFingerprint: 86DB 0F30 F9F1 661A 54E2 1664 C374 817B E285 268F")
|
||||||
(mu4e-update-interval (* 10 60)))
|
(mu4e-update-interval (* 10 60)))
|
||||||
|
|
||||||
(use-package gnus
|
|
||||||
:ensure nil
|
|
||||||
:defer t
|
|
||||||
:config
|
|
||||||
(add-to-list 'gnus-secondary-select-methods
|
|
||||||
'(nnimap "mailbox"
|
|
||||||
(nnimap-address "imap.mailbox.org")
|
|
||||||
(nnimap-server-port 143)
|
|
||||||
(nnimap-stream starttls))))
|
|
||||||
|
|
||||||
(use-package smtpmail
|
(use-package smtpmail
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:defer t
|
:defer t
|
||||||
|
|
|
@ -76,7 +76,11 @@
|
||||||
(user-full-name "Marcus Kammer")
|
(user-full-name "Marcus Kammer")
|
||||||
(gnus-inhibit-startup-message t)
|
(gnus-inhibit-startup-message t)
|
||||||
(gnus-check-new-newsgroups nil)
|
(gnus-check-new-newsgroups nil)
|
||||||
(gnus-select-method
|
(gnus-select-method '(nntp "news.individual.de"
|
||||||
'(nntp "news.individual.de"
|
|
||||||
(nntp-open-connection-function nntp-open-ssl-stream)
|
(nntp-open-connection-function nntp-open-ssl-stream)
|
||||||
(nntp-port-number 563))))
|
(nntp-port-number 563)))
|
||||||
|
(add-to-list 'gnus-secondary-select-methods
|
||||||
|
'(nnimap "mailbox"
|
||||||
|
(nnimap-address "imap.mailbox.org")
|
||||||
|
(nnimap-server-port 143)
|
||||||
|
(nnimap-stream starttls))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue