Re: SSL connection error

2016-12-08 Thread Markus
uncover any problems with certificate validity. In case openssl s_client and mbsync both give the same validation error, this might be a certificate mismatch on the ssl proxy. Otherwise, please ignore my babbling ;-) HTH, Markus > On Thu, Dec 08, 2016 at 10:24:14AM +0100, Oswald Buddenhagen

Re: Filtering

2016-08-24 Thread Markus
+', '') s = string.gsub(s, '%s+$', '') s = string.gsub(s, '[\n\r]+', ' ') return s end It's a general purpose capture function for shell command output. Unfortunately, I found it a long

Delete all emails on slave that are not on master

2015-04-02 Thread Markus Baader
s from the state files with the uuids from the slave imap server and delete all emails on the server that don't match an entry in the correspondig state file. Would that be correct and is there some way to do this without writing a script but with mbsync? Thanks for an