Problem: Sieve tool in mailer preferences will not use the local IMAP folder separator but only a ascending slash, '/'.
After reviewing SoObjects/Mailer/SOGoSieveConverter.m It appears as though the only available imap folder separator is '/' To fix this quickly and because I am unfamiliar with objective-c, I have added the kludge line mailbox= [mailbox stringByReplacingString: @"/" withString: @"."]; after line 463 in SoObjects/Mailer/SOGoSieveConverter.m It would be nice if the local IMAP folder separator were one of the Global variables loaded from .GNUstepDefaults and used in this context. -- [email protected] https://inverse.ca/sogo/lists
