* Set authentication credentials source explicitly.
* Set inboxes for splitting; we don't have the `nnimap-split-inbox'
file any more.
* Set unsplittable articles predicate in the new way.
;;; (c) 2014 Mark Wooding
;;;
;;; (c) 2014 Mark Wooding
;;;
+(setq auth-sources '("~/.gnus.authinfo"))
+
;;;--------------------------------------------------------------------------
;;; How to send mail.
;;;--------------------------------------------------------------------------
;;; How to send mail.
'((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"