Gnus development mailing list
 help / color / mirror / Atom feed
From: nyc4bos@aol.com
To: ding@gnus.org
Subject: Re: User name defaults
Date: Wed, 13 Oct 2010 18:39:52 -0400	[thread overview]
Message-ID: <8362x5u37r.fsf@aol.com> (raw)
In-Reply-To: <m3fwwetc9j.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> The old nnimap used to default to using (user-login-name) as the default
> when prompting for user names.  Should auth-sources do the same?  We
> could perhaps put (user-login-name) in the `M-p' slot?

One of the features I liked and relied on about the old nnimap was that you
could set the default IMAP user via:

(setq imap-default-user "usethisuser")  ; Do NOT use default `user-login-name'

or, preferrably:

(setq gnus-secondary-select-methods 
      '((nnfolder "")
        (nnimap "aol"
                (nnimap-address "imap.aol.com")
                (nnimap-server-port 993)
                (nnimap-stream ssl)
                (imap-default-user "nyc4bos")
                (nnir-search-engine imap))))


so that you could have a different default for each IMAP server.

Could this previous feature be added with the new nnimap?

Thanks.




  parent reply	other threads:[~2010-10-13 22:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-10 13:20 Lars Magne Ingebrigtsen
2010-10-10 14:57 ` Ted Zlatanov
2010-10-10 17:56   ` Lars Magne Ingebrigtsen
2010-10-13 22:39 ` nyc4bos [this message]
2010-10-13 22:48   ` Lars Magne Ingebrigtsen
2010-10-14  2:33   ` Richard Riley

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=8362x5u37r.fsf@aol.com \
    --to=nyc4bos@aol.com \
    --cc=ding@gnus.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).