From 36801588ca75cc8d6d158a2f312c0820bf7084ba Mon Sep 17 00:00:00 2001 From: James Richardson Date: Mon, 20 Nov 2017 07:21:39 -0500 Subject: [PATCH] update mail archive handlig --- .mrconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.mrconfig b/.mrconfig index db8cc38..4ee237d 100644 --- a/.mrconfig +++ b/.mrconfig @@ -33,12 +33,12 @@ checkout = git clone https://git.jamestechnotes.com/r/james/home/home.git . # Dummy target to create Maildir. Doesn't run offlineimap as I have cron do that [Maildir] -update = : -#chain = true -skip = lazy || ! full +#update = : +chain = true +skip = lazy checkout = mkdir Maildir Maildir/cur Maildir/new Maildir tmp; chmod 700 Maildir -status = : -push = : +#status = : +#push = : #Temp file. [tmp] -- 2.11.4.GIT