home · contact · privacy
Minor corrections.
[config] / buster / home_files / user_eeepc / .mbsyncrc
index cab35a77e98a7f61734f127c6db70fb174d0a5e6..41c9dd41ea4a2b45e94a74f8109b45ebda7b0377 100644 (file)
@@ -3,8 +3,8 @@ IMAPAccount plom
 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"
+# therefore the pw in ~/.authinfo should not be longer than that.
+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