Gnus development mailing list
 help / color / mirror / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: ding@gnus.org
Subject: Re: Start with particular servers offline?
Date: Fri, 22 Jun 2012 14:45:10 +0000	[thread overview]
Message-ID: <xafobobh0cp.fsf@this.is.really.invalid> (raw)
In-Reply-To: <m31ul9surs.fsf@stories.gnus.org>

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

> Robert Pluim <rpluim@gmail.com> writes:
>
>>> (push '((nnimap "imap.gmail.com") denied) gnus-opened-servers)
>>
>> I added that as the last line in my .gnus.el
>>
>> It gives me two entries for the same server, with the 2nd one in the
>> 'denied' state.
>
> Well, use the real server definition you use instead of whatever I wrote
> up there instead.  :-)

I did :-)

 gnus-secondary-select-methods
 '(
   (nnimap "mycorp"
   	   (nnimap-address "email.mycorp.com")
   	   (nnimap-server-port 993)
   	   (nnimap-expunge t)
   	   (nnir-search-engine imap)))

(push '((nnimap "mycorp") denied) gnus-opened-servers)

Robert




  reply	other threads:[~2012-06-22 14:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-03  9:11 Dave Abrahams
2012-06-03  9:44 ` Andreas Schwab
2012-06-10 19:03 ` Lars Magne Ingebrigtsen
2012-06-14 12:24   ` Robert Pluim
2012-06-14 14:08     ` Richard Riley
2012-06-15  7:31       ` Robert Pluim
2012-06-15 11:53         ` Richard Riley
2012-06-15 12:55           ` Robert Pluim
2012-06-15 15:28             ` Robert Pluim
2012-06-20 18:28     ` Lars Magne Ingebrigtsen
2012-06-22 14:45       ` Robert Pluim [this message]
2012-09-05 13:51         ` Lars Ingebrigtsen

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=xafobobh0cp.fsf@this.is.really.invalid \
    --to=rpluim@gmail.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).