* .emacs.d/lisp/bandali-gnus.el: Tweak gnus-posting-styles.
[~bandali/configs] / .config / getmail / getmailrc
1 [retriever]
2 type = SimplePOP3SSLRetriever
3 server = fencepost.gnu.org
4 username = bandali
5 password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
6 port = 995
7 use_apop = True
8 ssl_ciphers = AES256-SHA
9
10 [destination]
11 type = Maildir
12 path = ~/mail/gnu.local/bandali/mail/
13
14 # [destination]
15 # type = MDA_external
16 # path = /usr/lib/dovecot/deliver
17 # arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local')
18
19 [options]
20 read_all = false
21 # delete_after = 1
22 delete = true
23 received = false
24 delivered_to = false