Re: IMAP flags and dovecot-keywords not working as expected

2016-08-01 Thread Peter Chiochetti
Hello Mark, nice to read you worked it out Here a oneliner to learn the file name characters for dovecot-keywords awk '{printf("%c: %2d %s\n", $1+97, $1, $2) }' dovecot-keywords If you want to pre-populate dovecot-keywords, you would have to add the file to all of the Maildir folders *before

Re: IMAP flags and dovecot-keywords not working as expected

2016-07-31 Thread Mark Foley
headerLines() As String headerLines() = Split(header, vbCrLf) Dim thisHeader As Variant For Each thisHeader In headerLines If InStr(thisHeader, "Message-ID:") > 0 Then Debug.Print thisHeader + "~" + oItem.Categories

Re: IMAP flags and dovecot-keywords not working as expected

2016-07-30 Thread Peter Chiochetti
Am 2016-07-30 um 08:00 schrieb Mark Foley: … However, none of the tags show up correctly in Thunderbird. If I manually set a message to have a tag of 0, the corresponding IMAP file gets a flag of 'm', not 'a' and the following is added to the dovecot-keywords files: 12 $label1 How can I fix

IMAP flags and dovecot-keywords not working as expected

2016-07-29 Thread Mark Foley
I've converted most of our users from Outlook to Thunderbird. One important feature of Thunderbird is that it pays attention to the IMAP non-standard message flags via the 'tags' feature (see http://wiki2.dovecot.org/MailboxFormat/Maildir). This is important because 2 users make extensive use