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: Can access everything but Inbox on my IMAP server
Date: Wed, 20 Jun 2007 14:45:39 -0400	[thread overview]
Message-ID: <y68tzt2a2i4.fsf@contents-vnder-pressvre.mit.edu> (raw)
In-Reply-To: <1182361786.427793.76130@o61g2000hsh.googlegroups.com>

levander <levander404@gmail.com> writes:

> I guess I should say how I've got my IMAP server specified in
> my .emacs:
>
> (setq gnus-secondary-select-methods
>       '((nnimap "PUT A NAME HERE IF YOU LIKE"
> 		(nnimap-address "louis")
> 		(nnimap-server-port 143)
> 		)))
>
> louis is the name of the machine on the LAN that my IMAP server is on.

That would imply an issue with your IMAP server, then; Gnus has
absolutely no notion at all that, somewhere in the world, there's some
Maildir store that actually has the mail, only that it can talk to an
IMAP server and get a list of folders, articles, etc.

If you're not too attached to your Gnus configuration, you could go to
the dead simple

(setq gnus-select-method '(nnimap "louis"))

at the cost of having to resubscribe to your groups and losing any
metadata stored locally.  But now your groups should be accessible as
"foo" rather than "nnimap+PUT A NAME HERE IF YOU LIKE:foo".

If you think you'll use Gnus for other things and want consistency in
your naming, another sensible default setup is

(setq gnus-select-method '(nnnil))
(setq gnus-secondary-select-methods
      '((nnimap "louis")
        (nntp "news.example.com")
        (nntp "news.gmane.org")))

which lets you read nnimap+louis:INBOX,
nntp+news.example.com:gnu.emacs.gnus,
nntp+news.gmane.org:gmane.emacs.gnus.user, etc., all with
fully-qualified names.

  --dzm

  reply	other threads:[~2007-06-20 18:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-20 15:03 levander
2007-06-20 16:05 ` Dick Hoogendijk
2007-06-20 17:49   ` levander
2007-06-20 18:45     ` David Z Maze [this message]
2007-06-21 15:12       ` levander
2007-06-21 15:44         ` levander
2007-06-21 16:13           ` Karl Kleinpaste
2007-06-21 20:05         ` Adam Sjøgren
2007-06-22  9:04         ` Tassilo Horn
     [not found]         ` <mailman.2513.1182505196.32220.info-gnus-english@gnu.org>
2007-06-23 19:15           ` levander
2007-06-23 19:27             ` David Kastrup
2007-06-24  2:32               ` levander
2007-06-27 18:28                 ` levander

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=y68tzt2a2i4.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).