Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: David Z Maze <dmaze@mit.edu>
To: info-gnus-english@gnu.org
Subject: Re: Setting up email with IMAP
Date: Tue, 22 Jan 2008 17:00:10 -0500	[thread overview]
Message-ID: <y68ejc9pllh.fsf@contents-vnder-pressvre.mit.edu> (raw)
In-Reply-To: <42aa0108-a07b-43f7-b2b5-adfb5b5dbd20@c23g2000hsa.googlegroups.com>

Yevgeniy Makarov <emakarov@gmail.com> writes:

> I have a basic question. I want to have email via IMAP. I have the
> following in my ~/.gnu.el file:

~/.gnus (or ~/.gnus.el), yes?

> (setq gnus-secondary-select-methods
>   '((nnimap "Work"
>             (nnimap-address "mail.cems.uvm.edu")
> 	    (nnimap-list-pattern ("INBOX" "mail/*"))
>             (nnimap-server-port 143))))

Do you specifically need to set nnimap-list-pattern?  It looks like its
default value of "*" will find all groups.  You can probably get away
without setting nnimap-server-port too.

> When I start Gnus, I am asked for the username and password, which are
> accepted. After that, I get the following list of groups:
(which doesn't include nnimap+Work groups)

> So where is my mail? [...] When I hit U in
> the groups buffer and then TAB toi show all possible groups, I see
> only real Usenet groups, like 0020.lang.scheme, a.a.mis.admin,
> a.a.mis.dedicated, a.a.mis.pittsburgh, etc, but no INBOX and no my
> username.

If you press "^" from the group buffer, the resulting server buffer
should include an {nnimap:Work} line, and if you press RET on that, you
should see a list of groups that you can individually subscribe to with
'u'.  "U" from the group buffer should probably work too, but as you've
described your configuration all of your mail groups will have names
like nnimap+Work:INBOX.

You also might want to add nnimap groups to gnus-auto-subscribed-groups,
on the off chance that you create new IMAP folders.

  --dzm

      reply	other threads:[~2008-01-22 22:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-22 21:26 Yevgeniy Makarov
2008-01-22 22:00 ` David Z Maze [this message]

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=y68ejc9pllh.fsf@contents-vnder-pressvre.mit.edu \
    --to=dmaze@mit.edu \
    --cc=info-gnus-english@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 NNTP newsgroup(s).