Do you know the sets of configurations for a dovecot backend also ?

        . list "" "*"
        * LIST (\HasNoChildren) "." "INBOX.Drafts"
        * LIST (\HasNoChildren) "." "INBOX.Sent"
        * LIST (\HasNoChildren) "." "INBOX.Spam"
        * LIST (\HasNoChildren) "." "INBOX.Trash"
        * LIST (\HasChildren) "." "INBOX"
        . OK List completed.


It looks like that should be:

        defaults write sogod SOGoDraftsFolderName INBOX.Drafts
        defaults write sogod SOGoSentFolderName INBOX.Sent
        defaults write sogod SOGoTrashFolderName INBOX.Trash

which kind of works, but in the webui I see:

        [email protected]
                Inbox
                  - Drafts
                  - Sent
                  - Spam
                  - Trash
                Drafts
                Sent
                Trash

The duplicates point to the same imap folder, but it would
be nice to not have them duplicated...


  -jf
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to