From b212e60c490d92bc180f04caea2390d27a9f0a2a Mon Sep 17 00:00:00 2001 From: Chris Pick Date: Sun, 19 May 2013 22:07:20 -0400 Subject: [PATCH] Fix small offlineimap.conf typo Maxage comment 'therefor' -> 'therefore'. --- offlineimap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index fccceab..cf5a69d 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -234,7 +234,7 @@ remoterepository = RemoteExample # Messages older than maxage days will not be synced, their flags will # not be changed, they will not be deleted etc. For offlineimap it will # be like these messages do not exist. This will perform an IMAP search -# in the case of IMAP or Gmail and therefor requires that the server +# in the case of IMAP or Gmail and therefore requires that the server # support server side searching. This will calculate the earliest day # that would be included in the search and include all messages from # that day until today. e.g. maxage = 3 to sync only the last 3 days