From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/145 Path: news.gmane.org!not-for-mail From: Adrian Aichner Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus email. -For dummies type information. Date: 26 Mar 2002 20:38:16 +0100 Organization: The XEmacs Project Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138667236 5804 80.91.229.2 (31 Jan 2006 00:27:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:27:16 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:27:09 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!newsfeed.media.kyoto-u.ac.jp!newsfeed.gamma.ru!Gamma.RU!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Sender: AichnerAd@D5DC120J Original-X-Trace: news.t-online.com 1017171438 07 5828 hL8NTEDSSlAY3z 020326 19:37:18 Original-X-Complaints-To: abuse@t-online.com X-Sender: 520002458184-0001@t-dialin.net X-Face: 4[iHdXiTu\V3u[~\I)*}#kYF[-tYl3VZga/HSOP|K,{L Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9 =w|R6U3_;SH&B >>>>> "Simon" == Simon Josefsson writes: Simon> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: >> 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? Simon> For complicated things, people should be able to do things Simon> themselves. But providing a sample .gnus is perhaps a good Simon> idea altough quite un-emacsishy in style. Should Gnus XEmacs could even add a menu item under Help->Samples. How about something like View Sample gnus.el along the lines of ... ("%_Samples" ["View Sample %_init.el" view-sample-init-el :active (locate-data-file "sample.init.el")] in menubar-items.el? Simon> install your suggested .gnus if the user doesn't have it Simon> (and unless the user disabled this behaviour, I don't have Simon> or want a .gnus for instance)? Everything could be Simon> commented out. -- Adrian Aichner mailto:adrian@xemacs.org http://www.xemacs.org/