unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jean Magnan de Bornier <jean@bornier.net>
To: help-gnu-emacs@gnu.org
Subject: Re: struggling with gnus imap
Date: Thu, 18 Dec 2008 19:12:45 +0100	[thread overview]
Message-ID: <874p11pd2a.fsf@bornier.net> (raw)
In-Reply-To: 878wqdpjsy.fsf@bornier.net

Jean Magnan de Bornier <jean@bornier.net> wrote :

| Roger Mason <rmason@mun.ca> wrote :
>
| | Hello,
| >
| | I'm (still) trying to get gnus to let me use IMAP to read my email on
| | our university server.
| >
| | I have this in .gnus:
| >
| | (setq gnus-secondary-select-methods 
| |       '(
| | 	(nnml "") 
| | 	(nnimap "mail.mun.ca" (nnimap-list-pattern ("INBOX")))
| | 	))
| >
| | When I try to subscribe using U in the *Group* buffer I get this:
| >
| | gnus-select-newsgroup: Couldn't activate group mail.mun.ca: 411 No
| | such group mail.mun.ca
| >
| | I also tried subscribing to INBOX, with the same result.  Can someone
| | tell me what I'm doing wrong?
| >
| | Thanks,
| | Roger
>
| I have this:
>
| (setq gnus-secondary-select-methods '((nnimap "Maison"
|  (nnimap-address "my.server.net")
| (nnimap-server-port 993)
| (nnimap-stream ssl)
|  (nnimap-authenticator login)
| (nnimap-authinfo-file "/home/jean/.authinfo"))))
>
| Not everything is necessary, but the second line is; this is where you put
| the internet name of the imap server. The name after "nnimap" on line 1 is
| internal to your box.
>
| Cheers,


Roger said, privately:
..................................
I now have this:

(setq gnus-secondary-select-methods 
     '(
	(nnml "") 
	(nnimap "MUN"
	 (nnimap-stream ssl)
	 (nnimap-address "mail.mun.ca")
	 (nnimap-authinfo-file "~/.authinfo")
	 (nnir-search-engine imap))
	))

When I start gnus should I not be able to subscribe to MUN using 'U'?
It does not work, I see *: MUN appear in the group buffer but when i
try to open the group I get 411 no such group.
...................................

What do you see when you "open server buffer" (use "^" in gnus to do that)?

-- 
Jean


  reply	other threads:[~2008-12-18 18:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-18 14:43 struggling with gnus imap Roger Mason
2008-12-18 15:43 ` Richard Riley
2008-12-18 15:47 ` Jean Magnan de Bornier
2008-12-18 18:12   ` Jean Magnan de Bornier [this message]
2008-12-19 10:57     ` Roger Mason
2008-12-19 12:16       ` Sven Bretfeld
     [not found]       ` <mailman.3115.1229688962.26697.help-gnu-emacs@gnu.org>
2008-12-19 13:42         ` harven
2008-12-19 18:24           ` Roger Mason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874p11pd2a.fsf@bornier.net \
    --to=jean@bornier.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).