From 16388f876bcea2e7971182f90e4dbca7322373a0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 04 Jun 2018 18:54:09 -0400 Subject: .config/offlineimap/config: Don't run indefinitely --- (limited to '.config/offlineimap/config') diff --git a/.config/offlineimap/config b/.config/offlineimap/config index 7a7ae13..29a3510 100755 --- a/.config/offlineimap/config +++ b/.config/offlineimap/config @@ -9,11 +9,6 @@ socktimeout = 60 [Account pehjota.net-pj] localrepository = pehjota.net-pj-local remoterepository = pehjota.net-pj-remote -# Quickly synchronize every 10 minutes, and fully synchronize every 6 hours. -# (Synchronize every 10 minutes, with 35 quick synchronizations between every -# full one.) -autorefresh = 10 -quick = 35 [Repository pehjota.net-pj-local] type = Maildir @@ -31,11 +26,6 @@ readonly = True [Account libiquity.com-patrick.mcdermott] localrepository = libiquity.com-patrick.mcdermott-local remoterepository = libiquity.com-patrick.mcdermott-remote -# Quickly synchronize every 10 minutes, and fully synchronize every 6 hours. -# (Synchronize every 10 minutes, with 35 quick synchronizations between every -# full one.) -autorefresh = 10 -quick = 35 [Repository libiquity.com-patrick.mcdermott-local] type = Maildir -- cgit v0.9.1