diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-15 21:54:34 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-15 21:54:34 +0200 |
| commit | fb902875de6302a1b2e97e23035f2d28f8b059e8 (patch) | |
| tree | 0a787e2a57557cf84bd8b0c132dda3fb7cf58176 /.mbsyncrc | |
| parent | c36b58a8e9f8b122c066b895ba6979b87fbf09a8 (diff) | |
| download | dotfiles-fb902875de6302a1b2e97e23035f2d28f8b059e8.tar.gz dotfiles-fb902875de6302a1b2e97e23035f2d28f8b059e8.zip | |
isync: Pick the same rules for exponge/sync on GMail
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à <mssola@mssola.com>
Diffstat (limited to '.mbsyncrc')
| -rw-r--r-- | .mbsyncrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
