all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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 16:47:09 +0100	[thread overview]
Message-ID: <878wqdpjsy.fsf@bornier.net> (raw)
In-Reply-To: y65skolmtlq.fsf@minnie.esd.mun.ca

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,
-- 
Jean


  parent reply	other threads:[~2008-12-18 15:47 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 [this message]
2008-12-18 18:12   ` Jean Magnan de Bornier
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

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

  git send-email \
    --in-reply-to=878wqdpjsy.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.