home · contact · privacy
Fix typo.
[config] / buster / home_files / user_eeepc / .mbsyncrc
index cab35a77e98a7f61734f127c6db70fb174d0a5e6..978533cdaf27a44019cc8f67a433789b62d60412 100644 (file)
@@ -4,7 +4,7 @@ Host core.plomlompom.com
 User plom
 # For some reason, mbsync doesn't accept a PassCmd output beyond 79 chars,
 # therefore ~/.imap_pass should not be longer than that.
-PassCmd "cat ~/.imap_pass"
+PassCmd "cat ~/.authinfo | cut -d' ' -f8-"
 SSLType IMAPS
 AuthMechs LOGIN
 
@@ -24,3 +24,5 @@ Patterns *
 Create Both
 # Save the synchronization state files in the relevant directory
 SyncState *
+# If a mail is marked T ("Trashed") or deleted, remove it for real everywhere
+Expunge Both