Search the web
Sign In
New User? Sign Up
gbuffy · GBuffy Tool Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
space in mailbox path doesn't work   Message List  
Reply | Forward Message #223 of 231 |
Re: space in mailbox path doesn't work

Its a bug, the line 528 in imap.c should be:

Is:
snprintf (buf, sizeof (buf), "%s STATUS %s (MESSAGES RECENT)\r\n", seq,
Should be:
snprintf (buf, sizeof (buf), "%s STATUS \"%s\" (MESSAGES RECENT)\r\n", seq,

Probably doesn't support 8bit character names either, that would require
adding a utf7 encoder.

I'm not sure if there is a way you can pass the quotes in through the
config file...

Brandon

On 02/12/08 Andy Spiegl uttered the following other thing:
> 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

--
Scorpius: "There are vast regions of your brain which are filled
with nothing but gibberish."
Chricton: "That would be high school."
http://www.fiction.net/blong/



Mon Feb 11, 2008 11:14 pm

blong42
Offline Offline
Send Email Send Email

Forward
Message #223 of 231 |
Expand Messages Author Sort by Date

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: ...
Andy Spiegl
realpopupandy
Offline Send Email
Feb 11, 2008
11:12 pm

Its a bug, the line 528 in imap.c should be: Is: snprintf (buf, sizeof (buf), "%s STATUS %s (MESSAGES RECENT)\r\n", seq, Should be: snprintf (buf, sizeof...
Brandon Long
blong42
Offline Send Email
Feb 11, 2008
11:14 pm

... uhh, thanks! ... I tried without success. Are you going to release a new version soon? Otherwise I'll forward your patch to the debian maintainer. Thanks...
Andy Spiegl
realpopupandy
Offline Send Email
Feb 12, 2008
1:47 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help