From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3649 Path: news.gmane.org!not-for-mail From: "Brett I. Holcomb" Newsgroups: gmane.emacs.gnus.user Subject: Re: Starting gnus Date: Sat, 20 Mar 2004 15:55:40 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <105pbudg2r2q01c@corp.supernews.com> References: <1056t9ha8u57ka9@corp.supernews.com> <10573t7t7levs3f@corp.supernews.com> <1057fae78p36o95@corp.supernews.com> <87ptbgdprd.fld@barrow.com> <1059sbpnu0eo556@corp.supernews.com> <87hdwqczbq.fsf@emptyhost.emptydomain.de> <105nc24heilgebf@corp.supernews.com> <8765cz9sj7.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138669690 19760 80.91.229.2 (31 Jan 2006 01:08:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:08:10 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:32 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news01.chello.no!amsnews01.chello.com!border2.nntp.ash.giganews.com!border1.nntp.ash.giganews.com!nntp.giganews.com!news.glorb.com!wn51feed!worldnet.att.net!216.168.1.162!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Mozilla Thunderbird 0.5 (X11/20040221) X-Accept-Language: en-us, en In-Reply-To: <8765cz9sj7.fsf@emptyhost.emptydomain.de> Original-X-Complaints-To: abuse@supernews.com X-Received-Date: Sat, 20 Mar 2004 21:55:21 MET (news01.chello.no) Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3790 Original-Lines: 27 X-Gnus-Article-Number: 3790 Tue Jan 17 17:32:32 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3649 Archived-At: So I need a gnus.el or gnus.elc file - what goes in it? I've been putting my servers, etc in ~/.gnus? Do I put that stuff in ~/gnus.el - this is what I have in my ~/.gnus file. (setq mail-sources '((pop :server "xxxxxx" :user "xxxxx" :password "xxx"))) (setq gnus-secondary-select-methods '((nnml ""))) (setq nnmail-split-methods '(("inbox" ""))) (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "your_smtp_server") Kai Grossjohann wrote: > "Brett I. Holcomb" writes: > > >>Just one in ~/.gnus.el. I've also named this .gnus and tried it. > > > .gnus.el and gnus.el are two different files. It won't work to use > Gnus without a gnus.el (or gnus.elc) file -- that's the source code ;-) > > I'm sorry I caused this misunderstanding. > > Kai >