GNU bug report logs -
#12472
nnmaildir can not open group in *Gnus Browse Server*
Previous Next
Reported by: "Bao Haojun" <baohaojun <at> gmail.com>
Date: Wed, 19 Sep 2012 06:43:02 UTC
Severity: normal
Found in version 5.13
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12472 in the body.
You can then email your comments to 12472 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bugs <at> gnus.org
:
bug#12472
; Package
gnus
.
(Wed, 19 Sep 2012 06:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Bao Haojun" <baohaojun <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bugs <at> gnus.org
.
(Wed, 19 Sep 2012 06:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
When I press Enter on a group in this buffer whose contents are like
following:
428: gmail.BigMirror
49: gmail.INBOX
0: gmail.MarvellInbox
127: gmail.orgmode-inbox
4: localhost
262: mrvl.INBOX
34: mrvl.Sent
0: mrvl.Unsent_Messages
There is an error:
gnus-select-newsgroup: Couldn't request group
nnmaildir+Gmail:gmail.BigMirror: No such group: gmail.BigMirror
Initial debbugging shows that in this buffer a "Gmail-ephemeral" server
instead of the normal "Gmail" server is used for browsing groups, but
its groups are not initialized using the nnmaildir--scan.
Here's my related .gnus setup of nnmaildir:
(setq gnus-select-method
'(nnmaildir "Gmail"
(directory "~/Maildir")
(directory-files nnheader-directory-files-safe)
(get-new-mail nil)))
I have used the following defadvice to work-around it, but I am not sure
if there are any bad side effects:
(defadvice nnmaildir--prepare (around no-ephmeral (server group) activate)
(let ((server
(if (and (stringp server)
(string= server "Gmail-ephemeral"))
"Gmail"
server)))
ad-do-it))
Gnus v5.13
GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2012-09-10 on trouble, modified by Debian
200 Leafnode NNTP Daemon, version 1.11.8 running at bj-lt7.marvell.com (my fqdn: bj-lt7.marvell.com)
500 Unknown command
--
All the best
Bao Haojun
Information forwarded
to
bugs <at> gnus.org
:
bug#12472
; Package
gnus
.
(Tue, 25 Dec 2012 15:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 12472 <at> debbugs.gnu.org (full text, mbox):
"Bao Haojun" <baohaojun <at> gmail.com> writes:
> When I press Enter on a group in this buffer whose contents are like
> following:
>
> 428: gmail.BigMirror
> 49: gmail.INBOX
> 0: gmail.MarvellInbox
> 127: gmail.orgmode-inbox
> 4: localhost
> 262: mrvl.INBOX
> 34: mrvl.Sent
> 0: mrvl.Unsent_Messages
What does the Server buffer look like before you enter the browse
buffer?
--
(domestic pets only, the antidote for overdose, milk.)
http://lars.ingebrigtsen.no * Lars Magne Ingebrigtsen
Information forwarded
to
bugs <at> gnus.org
:
bug#12472
; Package
gnus
.
(Sat, 06 Jul 2013 17:48:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 12472 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> What does the Server buffer look like before you enter the browse
> buffer?
There wasn't any response to this in a few months, so I'm closing this
bug. If this is still a problem, please reopen this report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
bug closed, send any further explanations to
12472 <at> debbugs.gnu.org and "Bao Haojun" <baohaojun <at> gmail.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Sat, 06 Jul 2013 17:48:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Aug 2013 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.