10 Mar
2007
10 Mar
'07
11:56 p.m.
On Sat, 2007-03-10 at 14:06 -0700, Kyle Wheeler wrote:
On Saturday, March 10 at 10:29 PM, quoth Timo Sirainen:
You could change the separator to '/' with namespaces, but Dovecot doesn't treat "INBOX/foo/" as a valid mailbox name either. So you can't get this changed from Dovecot's side without modifying the sources. Or a plugin might work too.
Hmm, okay. Can you point me to the right region of code for stripping separators off the end of those strings in Dovecot? I'm guessing that it would just need to be done for SELECT commands, right?
Right. src/imap/cmd-select.c