diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-01-22 11:23:33 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-01-22 11:23:33 +0800 |
commit | b1c487d66a902e9d13786354e7d15ff238edfa8a (patch) | |
tree | fef6d6f71d837be4fb2576546b16849c74df3ae7 | |
parent | a588f9d6d5761a8f668536a9162149e2e3ce3eef (diff) | |
download | dotfiles-b1c487d66a902e9d13786354e7d15ff238edfa8a.tar.bz2 |
Disable 'foxmail' account for offlineimap
-rw-r--r-- | _msmtprc | 2 | ||||
-rw-r--r-- | _offlineimaprc | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -93,7 +93,7 @@ user liweitianux@autistici.org passwordeval "gpg2 --quiet --for-your-eyes-only --no-tty --decrypt ~/.private/autistici.gpg" -### Autistici ### +### QQ/Foxmail ### account foxmail host smtp.qq.com # Validity: Wed 27 Jan 2016 08:00:00 AM CST - Mon 24 Oct 2016 07:59:59 AM CST diff --git a/_offlineimaprc b/_offlineimaprc index 1a9cdae..0d05028 100644 --- a/_offlineimaprc +++ b/_offlineimaprc @@ -36,7 +36,8 @@ metadata = ~/mail/offlineimap pythonfile = ~/.offlineimap/offlineimap.py # # List of accounts to be synced, separated by a comma. -accounts = gmail-aly, gmail-li, outlook-aly, outlook-li, sjtu, autistici, foxmail +# accounts = gmail-aly, gmail-li, outlook-aly, outlook-li, sjtu, autistici, foxmail +accounts = gmail-aly, gmail-li, outlook-aly, outlook-li, sjtu, autistici # # Control how many accuonts may be synced simulaneously # NOTE: if you are using autorefresh and have more than one account, |