chiark / gitweb /
dot/ercrc.el: Remove IRC servers I can't talk to any more.
[profile] / dot / gnus-local.el.distorted
index 175b443ff832beb94b0fee03c0a2d843bffda589..7407e89403a98871bd15a6d38e33221570623fe0 100644 (file)
 (setq gnus-secondary-select-methods
       '((nnimap "distorted"
                (nnimap-address "mail.distorted.org.uk")
-               (nnimap-stream tls)
-               (nnimap-authinfo-file "~/.gnus.authinfo")
+               (nnimap-stream starttls)
                (nnimap-inbox "INBOX")
                (nnimap-unsplittable-articles (%Deleted)))
        (nnimap "markw-distorted"
                (nnimap-address "mail.distorted.org.uk")
-               (nnimap-stream tls)
-               (nnimap-authinfo-file "~/.gnus.authinfo.markw")
+               (nnimap-stream starttls)
                (nnimap-inbox "INBOX")
                (nnimap-unsplittable-articles (%Deleted)))
        (nnimap "mwooding-chiark"
                (nnimap-address "imap.dovecot.chiark.greenend.org.uk")
-               (nnimap-stream tls)
-               (nnimap-authinfo-file "~/.gnus.authinfo")
+               (nnimap-stream starttls)
+               (starttls-extra-arguments ("--insecure"))
                (nnimap-inbox "INBOX")
                (nnimap-unsplittable-articles (%Deleted)))
        (nnimap "google"
                (nnimap-address "imap.gmail.com")
                (nnimap-stream tls)
-               (nnimap-authinfo-file "~/.gnus.authinfo")
                (nnimap-inbox "INBOX")
                (nnimap-unsplittable-articles (%Deleted)))))