diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-11 15:08:58 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-11 15:08:58 -0700 |
| commit | b51b3bc0b8713afb99d45ceeb42f6318e7068ea5 (patch) | |
| tree | c54552f6bb3ed839893e5a09d4c78bceb28f588c /.offlineimaprc | |
| parent | 48cfe3906d740906d11bcc3326f8962f3f9ea4ec (diff) | |
| download | eibhear-b51b3bc0b8713afb99d45ceeb42f6318e7068ea5.tar.gz eibhear-b51b3bc0b8713afb99d45ceeb42f6318e7068ea5.tar.zst eibhear-b51b3bc0b8713afb99d45ceeb42f6318e7068ea5.zip | |
mutt stuff removed. See LukeSmithxyz/mutt-wizard
Diffstat (limited to '.offlineimaprc')
| -rw-r--r-- | .offlineimaprc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/.offlineimaprc b/.offlineimaprc deleted file mode 100644 index 70c58b1..0000000 --- a/.offlineimaprc +++ /dev/null @@ -1,43 +0,0 @@ -# vim filetype=config -# Here are settings for all accounts. -[general] -accounts = gmail, personal -starttls = yes -ssl = yes -autorefresh = 1 - - -# Here's an example Gmail account, just add in a username and password to use your own. -[Account gmail] - -localrepository = gmail-local -remoterepository = gmail-remote - -[Repository gmail-remote] -type = Gmail -remoteuser = YOURNAME@gmail.com -remotepass = $PASSWORD -#Note that the line below will not sync Gmail's redundant "All Mail" box. You can add other inboxes here you don't want to sync. -folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] -sslcacertfile = /etc/ssl/certs/ca-certificates.crt - -[Repository gmail-local] -type = Maildir -localfolders = ~/.Mail/Gmail - -# Here's an other more general example. Add your username, password and IMAP server information, which you can look this up on your email host's website. -[Account personal] - -localrepository = personal-local -remoterepository = personal-remote - -[Repository personal-remote] -type = IMAP -remoteuser = USER@DOMAIN.COM -remotepass = $PASSWORD -remotehost = SERVER-ADDRESS -sslcacertfile = /etc/ssl/certs/ca-certificates.crt - -[Repository personal-local] -type = Maildir -localfolders = ~/.Mail/Personal |
