Changeset 1b1a5176 in dotfiles


Ignore:
Timestamp:
Jan 30, 2020, 7:14:25 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
9294741
Parents:
f61bcc6
Message:

Delete unused methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.gnus

    rf61bcc6 r1b1a5176  
    66(setq gnus-select-method
    77      '(nnimap "posteo"
    8                (nnimap-address "posteo.de")  ; it could also be imap.googlemail.com if that's your server.
     8               (nnimap-address "posteo.de")
    99               (nnimap-server-port "imaps")
    1010               (nnimap-stream ssl)))
    11 
    12 (add-to-list 'gnus-secondary-select-methods '(nntp "news.gnus.org"))
    13 
    1411
    1512(setq smtpmail-smtp-server "posteo.de"
Note: See TracChangeset for help on using the changeset viewer.