so what version of courier imap do you have? the one I have that is not working with gbuffy is courier-imap-ldap-2.1.1.20030902-1.9 ... running ... binaries.....
... Well, here's my Debian Stable packages. A bit behind the current Courier version. moseley@mardy:~$ dpkg -l | grep courier ii courier-authda 0.37.3-2.3...
oops meant to say I have courier-imap-2.1.1.20030902-1.9 (same thing) I can't figure why for the life of me it does not work.. the passowrds work, and it...
If you compile with debug enabled, ./gbuffy -d 5 should log the entire imap traffic to ~/.gbuffydebug, and then you should see what command its issuing to see...
yeah, that's a known issue, just delete that call to g_print. Brandon ... -- "If you're falling off a cliff, you might as well try to fly. You've got nothing...
ok, that workd fo compiling, and now it took the -d 5 and said "-I- Debugging at level 5" but the debug file which was created remains 0 bytes even after...
I just had this problem too. What I did to solve the problem was instead of this: path = INBOX; use this: path = "\"INBOX\""; (In the gui, put double quotes...
Somewhere in the middle of gbuffy_display, the HorizPos & VertPos are set from getting the current values of those. *then* later on, the positions are used to...
How does one get gbuffy to only show up for new messages? Right now, it shows all messages in the directory. I am using the MH format. Also, is it possible to...
R
itsme_410@...
Oct 4, 2003 6:47 am
98
Also, the mail messages in the monitor are not in order of arrival but in the order in which they appear when you do a ls. Of course, this is only an issue in...
R
itsme_410@...
Oct 4, 2003 7:11 am
99
... I don't know about the display stuff for mh format, but for the fonts and colours, it just uses the GTK theme. Change that, and gbuffy, and all your other...
So, this works in that the box actually shows a number other than zero now, but I have noticed the minute I access on of the maildirs to see what mail is in...
Attached is a patch that fixes a number of problems with gbuffy 0.2.4: * gbuffy.c: made debug file non-buffered. * gbuffy.c: fixed g_print() of position data...
Grant Edwards
grante@...
Oct 7, 2003 3:30 am
102
gbuffy is looking for message marked as "RECENT". When you connect and look at headers, then the "RECENT" flag is removed with courier. ... +++ imap.c Tue...
Hi, Can I get gbuffy to display new messages in the folder (MH format) only? I am using Redhat 9 linux. Thanks for any help you can give!!...
R
itsme_410@...
Oct 7, 2003 2:30 pm
105
That patched imap.c works great! Thanks a lot.. I can finally use gbuffy!!! :) So my next question is, is there a way to make gbuffy play sounds when mail ...
... The problem is that sylpheed uses mh folder format but uses .sylpheed_mark to get a time-stamp for last access to the mail folder. All messages after that ...
R
itsme_410@...
Oct 10, 2003 3:34 pm
109
Ok, I finally put together another release of gbuffy, and fixed some of the issues people have had. Changes in 0.2.6 - SSL Support from Eivind Tagseth...
Thanks! However, I was not able to get it to run on RH9. I used both the binary: gbuffy-0.2.6: error while loading shared libraries: libssl.so.0: cannot open...
R
itsme_410@...
Oct 11, 2003 5:40 am
111
OK, I was able to get it going, with the following work and one caveat... I soft-linked libssl.so.0 -> /lib/libssl.so.0.9.7a and libcrypto.so.0 ->...