From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/142 Path: news.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus email. -For dummies type information. Date: Tue, 26 Mar 2002 18:53:40 +0100 Organization: University of Dortmund, Germany Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667235 5794 80.91.229.2 (31 Jan 2006 00:27:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:27:15 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:27:09 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!news.ems.psu.edu!news.cse.psu.edu!elk.ncren.net!arclight.uoregon.edu!news.tufts.edu!netnews.com!fr.clara.net!heighliner.fr.clara.net!newsfeed01.sul.t-online.de!t-online.de!uucp.muenster.de!news-koe1.dfn.de!news.uni-dortmund.de!Informatik.Uni-Dortmund.DE!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: lucy.cs.uni-dortmund.de Mail-Copies-To: never User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:VvY46siT1CRwBlOQZ7eMx/NojZI= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:282 Original-Lines: 37 X-Gnus-Article-Number: 282 Tue Jan 17 17:27:09 2006 Xref: news.gmane.org gmane.emacs.gnus.user:142 Archived-At: Kester Clegg 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!