Hi, gbuffy fans!
I've got a serious problem with spaces in the name of IMAP folders.
Our imap server Cyrus has the annoying feature of using paths like this:
"Shared Folders/shared/postmaster"
I tried all variants I could think of to specify the path in .gbuffyrc but
gbuffy never shows new mails for these folders. The "command" (executing
mutt) does work however. Am I overlooking something?
Examples:
{
server = mail.mycompany.de;
type = imap;
title = sysmaster;
login = thatsme;
command = "xterm -e mutt -f '=Shared Folders/shared/sysmaster'";
ssl = 1;
path = "Shared Folders/shared/sysmaster";
port = 993;
},
{
server = mail.mycompany.de;
type = imap;
title = postmaster;
login = thatsme;
command = "xterm -e mutt -f '=Shared Folders/shared/postmaster'";
ssl = 1;
path = "shared/notfall";
port = 993;
},
Thanks for any hint,
Andy.
--
Computers in the future may weigh no more than 1.5 tons.
- Popular Mechanics, 1949