Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: Gnus email. -For dummies type information.
Date: Tue, 26 Mar 2002 18:53:40 +0100	[thread overview]
Message-ID: <vaf7knztduj.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <yqrofhb1bdm.fsf@cs.york.ac.uk>

Kester Clegg <kester@RemoveThisBit.cs.york.ac.uk> writes:

> I'm hoping to provide a .emacs / .gnus file for our dept in the manner
> of the smb.conf file where many options are commented out, so that
> people uncomment to get more (and more crazy) features.  It seems to
> work well for samba, so why not gnus?  

This is a good idea.  I still think that people should understand
what they put in their init files, but for simple customizations it
is surely a good idea.

Here is a start:

;; Replace XX with the name of your news server.
(setq gnus-select-method '(nntp "XX"))

;; IMAP users can use the following.  Replace II with name of your server.
(add-to-list 'gnus-secondary-select-methods
             '(nnimap "" (nnimap-address "II")))

;; POP users use the following.  Replace XX, YY, ZZ as appropriate.
(add-to-list 'mail-sources '(pop :server "XX" :user "YY" :password "ZZ"))
(add-to-list 'gnus-secondary-select-methods '(nnml ""))

People who use IMAP might also wish to put the following line in their
~/.authinfo files:

machine XX login YY password ZZ

Replace XX with the IMAP server name, same as II above.  YY and ZZ
are login and password, respectively.

This far, it's easy.  But what to do for more complicated things?

kai
-- 
Silence is foo!


       reply	other threads:[~2002-03-26 17:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <y44wuw49np1.fsf@nestle.ai.mit.edu>
     [not found] ` <vafn0wvwb5k.fsf@lucy.cs.uni-dortmund.de>
     [not found]   ` <yqrofhb1bdm.fsf@cs.york.ac.uk>
2002-03-26 17:53     ` Kai Großjohann [this message]
     [not found]       ` <ilu1ye7xi2h.fsf@extundo.com>
2002-03-26 19:38         ` Adrian Aichner
2002-03-26 20:45           ` Simon Josefsson
     [not found]         ` <vafit7ii961.fsf@lucy.cs.uni-dortmund.de>
2002-03-27 13:11           ` Kester Clegg
2002-03-27 18:23           ` Simon Josefsson
     [not found]       ` <m3eli5ed4s.fsf@idefix.gallien>
2002-04-02 10:41         ` Kester Clegg

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=vaf7knztduj.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).