diff options
author | Aaron LI <aaronly.me@outlook.com> | 2015-02-14 22:01:09 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2015-02-14 22:01:09 +0800 |
commit | c07a9bd96fde28c0f672af8d1b4d345c2e34f1b3 (patch) | |
tree | 5d49f6e5380d51181a1544c1c68ea7bffb2c27b3 /.offlineimaprc | |
parent | ffb440066d953391036b6d842e9612680d21bc9b (diff) | |
download | dotfiles-c07a9bd96fde28c0f672af8d1b4d345c2e34f1b3.tar.bz2 |
Small changes.
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 9799647..5293156 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -26,7 +26,7 @@ accounts = gmail-aly, gmail-li, outlook-aly, outlook-li, sjtu, autistici maxsyncaccounts = 6 # # UI: blinkenlights, ttyui, quiet (suppress anything but errors) -ui = TTY.TTYUI, Noninteractive.Basic, Noninteractive.Quiet +ui = ttyui [Account example] @@ -70,7 +70,7 @@ remoterepository = gmail-aly-remote status_backend = sqlite autorefresh = 30 quick = 5 -postsynchook = ~/.offlineimap/postsync.sh +#postsynchook = ~/.offlineimap/postsync.sh # [Repository gmail-aly-local] type = Maildir @@ -116,7 +116,7 @@ remoterepository = outlook-aly-remote status_backend = sqlite autorefresh = 30 quick = 5 -postsynchook = ~/.offlineimap/postsync.sh +#postsynchook = ~/.offlineimap/postsync.sh # [Repository outlook-aly-local] type = Maildir @@ -188,7 +188,7 @@ remoterepository = autistici-remote status_backend = sqlite autorefresh = 60 quick = 5 -postsynchook = ~/.offlineimap/postsync.sh +#postsynchook = ~/.offlineimap/postsync.sh # [Repository autistici-local] type = Maildir |