chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot/gnus-local.el.distorted: Changes to support later Gnus versions.
[profile]
/
dot
/
gnus-local.el.distorted
diff --git
a/dot/gnus-local.el.distorted
b/dot/gnus-local.el.distorted
index 466296ce85aa7d16249d13d6449a7f4e9da681bb..82cc344f5eb14cfe0cb7062cd0d46e2dcd8ef4ee 100644
(file)
--- a/
dot/gnus-local.el.distorted
+++ b/
dot/gnus-local.el.distorted
@@
-5,6
+5,8
@@
;;; (c) 2014 Mark Wooding
;;;
;;; (c) 2014 Mark Wooding
;;;
+(setq auth-sources '("~/.gnus.authinfo"))
+
;;;--------------------------------------------------------------------------
;;; How to send mail.
;;;--------------------------------------------------------------------------
;;; How to send mail.
@@
-55,19
+57,27
@@
'((nnimap "distorted"
(nnimap-address "mail.distorted.org.uk")
(nnimap-stream tls)
'((nnimap "distorted"
(nnimap-address "mail.distorted.org.uk")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo"))
+ (nnimap-authinfo-file "~/.gnus.authinfo")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))
(nnimap "markw-distorted"
(nnimap-address "mail.distorted.org.uk")
(nnimap-stream tls)
(nnimap "markw-distorted"
(nnimap-address "mail.distorted.org.uk")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo.markw"))
+ (nnimap-authinfo-file "~/.gnus.authinfo.markw")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))
(nnimap "mwooding-chiark"
(nnimap-address "imap.dovecot.chiark.greenend.org.uk")
(nnimap-stream tls)
(nnimap "mwooding-chiark"
(nnimap-address "imap.dovecot.chiark.greenend.org.uk")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo"))
+ (nnimap-authinfo-file "~/.gnus.authinfo")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))
(nnimap "google"
(nnimap-address "imap.gmail.com")
(nnimap-stream tls)
(nnimap "google"
(nnimap-address "imap.gmail.com")
(nnimap-stream tls)
- (nnimap-authinfo-file "~/.gnus.authinfo"))))
+ (nnimap-authinfo-file "~/.gnus.authinfo")
+ (nnimap-inbox "INBOX")
+ (nnimap-unsplittable-articles (%Deleted)))))
;; Send sent mail back to me.
(setq gnus-message-archive-method "mail"
;; Send sent mail back to me.
(setq gnus-message-archive-method "mail"