Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gbuffy · GBuffy Tool Discussion

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 24
  • Category: Open Source
  • Founded: Oct 1, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 65 - 105 of 231   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Messages: Simplify | Expand Author Sort by Date ^
65 phil metzger
phil_metzger@... Send Email
Jul 18, 2003
1:26 pm
Untitled Document Find out if your boss, spouse or a criminal is spying on you Also if you have downloaded any music, movie clips, or games then your computer...
66 Net Nut
netnut404 Send Email
Jul 21, 2003
9:18 pm
Hello, I have been trying to get gbuffy to work from time to time (off, and on) against my courier imap server, but the boxes always show up with zero mail in...
67 Bill Moseley
whmoseley Send Email
Jul 21, 2003
9:56 pm
... I'm using Courier with this setup: { mailboxes = ( { type = imap; title = inbox; path = inbox; command = "xterm -e mutt -f =INBOX"; server = imapmail; port...
68 Grant Stephenson
grant@... Send Email
Jul 22, 2003
7:12 pm
Hmm.. Well thanks for the post, but I get the same results.. I am running this on a redhat 8.0 machine (but have had the same results on several redhat...
69 Bill Moseley
whmoseley Send Email
Jul 22, 2003
7:32 pm
... Sometimes watching the output of strace will give clues. For example: $ strace -p 966 -e trace=read,write -s 100 write(4, "a51472 STATUS...
70 Grant Stephenson
grant@... Send Email
Jul 23, 2003
6:29 pm
Well with that strace command "strace gbuffy -e trace=read,write -s 100" I get screens and screens of data... And to clarify I wouldn't say it does not work...
77 david_raj527@... Send Email Sep 10, 2003
8:14 am
Regards, david_raj527@yahoo-No-Spam dot com...
78 netnut404 Send Email Sep 12, 2003
5:48 am
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.....
79 moseley@...
whmoseley Send Email
Sep 12, 2003
5:59 am
... 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...
80 netnut404 Send Email Sep 12, 2003
6:00 am
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...
81 moseley@...
whmoseley Send Email
Sep 12, 2003
6:14 am
... printf() and gdb are the path to enlightenment, I'm afraid. -- Bill Moseley moseley@......
82 Brandon Long
blong42 Send Email
Sep 12, 2003
5:12 pm
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...
83 netnut404 Send Email Sep 13, 2003
2:00 am
ok, what option should be used for enableing debug ? I don't see it in the configure script....
84 Brandon Long
blong42 Send Email
Sep 13, 2003
6:44 am
Just define DEBUG in the config.h file Brandon ... -- "I see. So the T1000 is a lesbian." -- Newob Det, ASC http://www.fiction.net/blong/...
85 netnut404 Send Email Sep 13, 2003
7:05 am
Hmm but when I do that it no longer compiles.. I get make gcc -g -O2 -I. `/usr/bin/gtk-config --cflags` -c -o config.o config.c gcc -g -O2 -I....
86 Brandon Long
blong42 Send Email
Sep 13, 2003
10:59 am
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...
87 netnut404 Send Email Sep 14, 2003
6:07 am
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...
88 netnut404 Send Email Sep 14, 2003
6:28 am
Oops I spoke too soon it did eventually write to the log after leaving it running for a while.. it said cat .gbuffydebug msocket_read_line_d():* OK...
89 netnut404 Send Email Sep 14, 2003
6:33 am
more info... after sending a new mail to myself.. it says this in the debug log.. msocket_read_line_d():* STATUS "inbox" (MESSAGES 102 RECENT 0) ...
92 ksuquix Send Email Sep 26, 2003
8:43 pm
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...
93 Don Eisele
ksuquix Send Email
Sep 26, 2003
8:48 pm
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...
94 Don Eisele
ksuquix Send Email
Sep 26, 2003
9:19 pm
Hmm.. maybe that patch is bad. appears to make it not come up at all if you *don't* specify -geometry. ... -- Don Quixote -- quixote@......
97 R
itsme_410@... Send Email
Oct 4, 2003
6:47 am
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...
98 R
itsme_410@... Send Email
Oct 4, 2003
7:11 am
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...
99 Jon-o Addleman
zortog_the_m... Send Email
Oct 4, 2003
3:03 pm
... 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...
100 Net Nut
netnut404 Send Email
Oct 6, 2003
10:12 pm
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...
101 Grant Edwards
grante@... Send Email
Oct 7, 2003
3:30 am
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...
102 Don Eisele
ksuquix Send Email
Oct 7, 2003
2:22 pm
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...
103 R
itsme_410@... Send Email
Oct 7, 2003
2:30 pm
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!!...
105 Net Nut
netnut404 Send Email
Oct 8, 2003
5:44 pm
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 ...
Messages 65 - 105 of 231   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Add to My Yahoo!      XML What's This?

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