dot/gnus-local.el.distorted: Use `nnimap-user' to distinguish credentials.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 May 2020 21:33:46 +0000 (22:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 May 2020 21:51:54 +0000 (22:51 +0100)
This lets us consolidate some entries in the `authinfo' database, and
removes some of the bizarre Gnus-specific nicknames.  Alas, `VM' is
rather old-fashioned and can't look up by user name, so some of the old
fake hostnames are still in use.

dot/gnus-local.el.distorted

index a05ed7b..45aa481 100644 (file)
 (setq gnus-secondary-select-methods
       `((nnimap "distorted"
                (nnimap-address "mail.distorted.org.uk")
+               (nnimap-user "mdw")
                (nnimap-stream starttls)
                (nnimap-inbox ("INBOX" "to.split"))
                (nnimap-split-methods nnimap-split-fancy)
                (nnimap-unsplittable-articles (%Deleted)))
        (nnimap "markw-distorted"
                (nnimap-address "mail.distorted.org.uk")
+               (nnimap-user "markw")
                (nnimap-stream starttls)
                (nnimap-inbox ("INBOX" "to.split"))
                (nnimap-split-methods nnimap-split-fancy)
                (nnimap-unsplittable-articles (%Deleted)))
        (nnimap "mdw-chiark"
                (nnimap-address "imap.dovecot.chiark.greenend.org.uk")
+               (nnimap-user "mdw")
                (nnimap-stream starttls)
                (nnimap-inbox ("INBOX" "to.split"))
                (nnimap-split-methods nnimap-split-fancy)
                (nnimap-unsplittable-articles (%Deleted)))
        (nnimap "mwooding-chiark"
                (nnimap-address "imap.dovecot.chiark.greenend.org.uk")
+               (nnimap-user "mwooding")
                (nnimap-stream starttls)
                (nnimap-inbox ("INBOX" "to.split"))
                (nnimap-split-methods nnimap-split-fancy)