From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3160 Path: news.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.gnus.user Subject: Leaving mail on POP server? Date: 07 Nov 2003 08:26:51 -0600 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669353 17840 80.91.229.2 (31 Jan 2006 01:02:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:02:33 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:47 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!news-out.visi.com!petbe.visi.com!gemini.bitstream.net.POSTED!not-for-mail Original-Sender: tim@localhost.bitstream.net Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.30 Original-NNTP-Posting-Host: eddb1b10.news.bitstream.net Original-X-Trace: 1068215263 gemini.bitstream.net 1097 216.243.177.155 Original-X-Complaints-To: abuse@bitstream.net Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3301 Original-Lines: 12 X-Gnus-Article-Number: 3301 Tue Jan 17 17:31:47 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3160 Archived-At: Is there a way to configure Gnus to leave mail on a POP3 server rather than deleting it? My current .gnus includes: (add-to-list 'gnus-secondary-select-methods '(nnml "")) (eval-after-load "mail-source" '(add-to-list 'mail-sources '(pop :server "mail.server.net" :user "myusername" :password "mypassword"))) (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "mail.server.net")