diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 00:45:56 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 00:45:56 -0400 |
commit | 931a4b061e05a4d225a2304a2188adc84f1e3aed (patch) | |
tree | 46620a4707a3bb298b9404e54e184bb1047bbba9 /getmail/.getmail/getmailrc | |
parent | 33c5a5cd5f56d98224508b82b4f086b9b689b0a6 (diff) | |
download | configs-931a4b061e05a4d225a2304a2188adc84f1e3aed.tar.gz configs-931a4b061e05a4d225a2304a2188adc84f1e3aed.tar.xz configs-931a4b061e05a4d225a2304a2188adc84f1e3aed.zip |
[rc/getmail,gnupg] migrate to new literate config setup
Diffstat (limited to 'getmail/.getmail/getmailrc')
-rw-r--r-- | getmail/.getmail/getmailrc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/getmail/.getmail/getmailrc b/getmail/.getmail/getmailrc deleted file mode 100644 index 188c621..0000000 --- a/getmail/.getmail/getmailrc +++ /dev/null @@ -1,14 +0,0 @@ -[retriever] -type = SimplePOP3SSLRetriever -server = fencepost.gnu.org -username = aminb -password_command = ("gpg2", "--no-tty", "-q", "-d", "~/.passwd/gnu.gpg") -port = 995 -use_apop = True - -[destination] -type = Maildir -path = ~/mail/gnu/Inbox/ - -[options] -delete = True |