From fb902875de6302a1b2e97e23035f2d28f8b059e8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Oct 2025 21:54:34 +0200 Subject: isync: Pick the same rules for exponge/sync on GMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was initially quite conservative in commit aeb9e0bc3b3a ("isync: Modernize setup and make it safer") for my personal GMail account, but the one from suse.com should actually follow the same rule for exponge/sync. Signed-off-by: Miquel Sabaté Solà --- .mbsyncrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.mbsyncrc b/.mbsyncrc index 8769ca6..504276c 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -157,8 +157,8 @@ Channel comsuse-all Far :comsuse-remote:"[Gmail]/Tot el correu" Near :comsuse-local:"All" Create Both -Expunge Both -Sync All +Expunge None +Sync Pull SyncState * CopyArrivalDate yes @@ -166,8 +166,8 @@ Channel comsuse-sent Far :comsuse-remote:"[Gmail]/Enviats" Near :comsuse-local:"Sent" Create Both -Expunge Both -Sync All +Expunge None +Sync Pull SyncState * CopyArrivalDate yes -- cgit v1.2.3