all repos — nixfiles @ 11209f698ab6bc154de5abf8fd14bf2f9ad28610

System and user configuration, managed by nix and home-manager

offlineimap: check more often

Alan Pearce
commit

11209f698ab6bc154de5abf8fd14bf2f9ad28610

parent

580937e3bf5b89d9ddb2bae871af885f8947b5f4

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M offlineimap/.offlineimaprcofflineimap/.offlineimaprc
@@ -8,7 +8,7 @@ # Identifier for the local repository; e.g. the maildir to be synced via IMAP.
localrepository = alanpearce.eu-local # Identifier for the remote repository; i.e. the actual IMAP, usually non-local. remoterepository = alanpearce.eu-remote -autorefresh = 20 +autorefresh = 5 quick = 2 postsynchook = mu index --muhome=~/.cache/mu/alanpearce.eu --maildir=%(alanpearcemaildir)s --lazy-check --nocleanup --quiet
@@ -33,7 +33,7 @@
[Account riseup.net] localrepository = riseup.net-local remoterepository = riseup.net-remote -autorefresh = 20 +autorefresh = 10 quick = 2 postsynchook = mu index --muhome=~/.cache/mu/riseup.net --maildir=%(riseupmaildir)s --lazy-check --nocleanup --quiet
@@ -55,7 +55,7 @@
[Account satoshipay.io] localrepository = satoshipay.io-local remoterepository = satoshipay.io-remote -autorefresh = 20 +autorefresh = 5 quick = 2 postsynchook = mu index --muhome=~/.cache/mu/satoshipay.io --maildir=%(satoshipaymaildir)s --lazy-check --nocleanup --quiet