Re: [PATCH] Option for mbsync to list IMAP folders using LSUB instead of LIST

2019-07-19 Thread Cedric Ware
Hello, Oswald Buddenhagen (Sunday 2019-04-21): > the option name is too technical; it should be something like > SubscribedOnly. > you're a bit too generous with parentheses for my taste and the spacing > of the ternary op does not comply with the style, but other than that i > cannot see

Re: [PATCH] Option for mbsync to list IMAP folders using LSUB instead of LIST

2019-04-21 Thread Oswald Buddenhagen
On Sat, Mar 30, 2019 at 09:43:09PM +0100, Cedric Ware wrote: > I don't know if this function will interest many people; I don't really > see a use case for it other than this kind of bugware. But you never > know, so here's the patch. > it's kind of interesting if one wanted to centralize the sel

[PATCH] Option for mbsync to list IMAP folders using LSUB instead of LIST

2019-03-30 Thread Cedric Ware
Hello, I have patched isync-1.3.0 so that mbsync can use the IMAP command LSUB (list subscribed folders) instead of LIST (list all folders), for IMAP stores that have the boolean option "UseLSUBforLIST" set to true. Originally, this is meant as a workaround for a weird bug in my institu