dot/gnus-local.el.distorted: Fix Gnus configuration after upgrade.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jul 2017 11:18:33 +0000 (12:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jul 2017 11:18:33 +0000 (12:18 +0100)
commita20f5ea0c2c26cd533c02f9647aa531bd7b552f9
treec60cbb3906b6360bb540747a4038cc712b0c3ac6
parentabefe8f6ac72bff56eec5e368a549850af9580d5
dot/gnus-local.el.distorted: Fix Gnus configuration after upgrade.

I'm dropping compatibility with old Gnuses.

  * Use `starttls' where possible for communicating with IMAP servers.
    Alas, that doesn't include Gmail.

  * Remove the attempt to use separate authentication files for
    different accounts.  Everything is now in `~/.gnus.authinfo', and
    IMAP credentials are keyed by server label, not address, for some
    reason.

  * Note that chiark doesn't have a proper certificate.  For some
    reason, `starttls-extra-arguments' in IMAP server stanze is a list,
    while in SMTP server stanze, it's a string.
dot/gnus-local.el.distorted