Posted Aug 20, 2012 19:39 UTC (Mon) by daglwn (subscriber, #65432)
In reply to: Emacs 24 by SiB
Parent article: GDB 7.5 released
I am also having trouble with nnimap in a custom-built emacs24. It seems to work with some servers and not others. There's one folder on one server where all new mail is immediately marked read. It's really annoying.
Posted Aug 20, 2012 22:21 UTC (Mon) by nix (subscriber, #2304)
[Link]
Yeah, this is definitely not an all-server problem: I rely on Gnus+nnimap for access to my work mailbox, and it works fine.
Someone with access to both a server that works and one that doesn't probably needs to dig into the code and see what is causing them to be treated differently. It pretty much has to be something the server is doing that we don't expect.
Emacs 24
Posted Aug 21, 2012 14:26 UTC (Tue) by daglwn (subscriber, #65432)
[Link]
I have access to both but I'm hardly an Emacs/Gnus wizard. If someone can help me through the debug process I'd be very happy to do this.
Emacs 24
Posted Aug 21, 2012 22:59 UTC (Tue) by nix (subscriber, #2304)
[Link]
(setq gnus-verbose 9) is generally the first stage.
The next stage involves the elisp debugger or copious scattering of (message ...) calls...