diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-17 14:53:14 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-17 14:53:14 +0200 |
| commit | 75eb4b146f8ff371070833902887bb4dbd23e95c (patch) | |
| tree | 818f9e60c4f331270bfb70478126535c23b242f9 | |
| parent | 5954e4bc6bb9e6ee8cb8de9e1c767742c42a0fd4 (diff) | |
| download | dotfiles-75eb4b146f8ff371070833902887bb4dbd23e95c.tar.gz dotfiles-75eb4b146f8ff371070833902887bb4dbd23e95c.zip | |
mbsync: Update documentation note
I'm no longer using symmetric GPG for handling my passwords, but
'kwalletmanager' since commit 6a0a2aac2838 ("email: Use kwallet for
passwords").
Also add a mention to 'fetch-email', introduced in commit
56d6f3c21853 ("bin: Add 'fetch-email'").
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | .mbsyncrc | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,9 +1,16 @@ -# My credentials are encrypted with my GPG keys symmetrically. The login is done -# through SSL and the certificate file is located where openSUSE puts it. This -# configuration requires mbsync 1.3 (or current git head). I'm doing this -# because: -# 1. I need to increase the timeout for imap.novell.com -# 2. I need the improvements for subdirectories handling +# My credentials used to be encrypted via GPG symmetric keys, but that turned +# out to be quite tiresome. Luckily though, it seems that 'kwalletmanager' is +# actually quite nice, and 'kwallet-query' seems to work flawlessly. So +# everything is safe and fast. +# +# As for the version of mbsync, it has to be the latest, as versions prior to +# 1.3 where lacking support for fetching subdirectories, and that was simply a +# nightmare. That being said, even Debian stable has a version higher than this, +# so I'm probably just ranting on memories from the good ol' days. +# +# You could call this whole thing directly, but I have the special +# 'bin/fetch-email' script which does the job better. In the end it's a +# glorified one-liner that uses GNU parallel to sync each channel in parallel. ## # GMail |
