From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5711 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.user Subject: Re: problems reading IMAP mail Date: Wed, 21 Sep 2005 10:24:46 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138671388 28560 80.91.229.2 (31 Jan 2006 01:36:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:36:28 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:43 2006 Original-Newsgroups: gnu.emacs.gnus X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Z/YovmBtHXLZCwnRUzt+UG/sqC0= Original-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1127291636 134.60.10.123 (21 Sep 2005 10:33:56 +0200) Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.pionier.net.pl!news-fra1.dfn.de!news-stu1.dfn.de!news.belwue.de!rz.uni-karlsruhe.de!news.uni-ulm.de!viandante.physik.uni-ulm.de!not-for-mail Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5853 Original-Lines: 40 X-Gnus-Article-Number: 5853 Tue Jan 17 17:35:43 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5711 Archived-At: On Wed, Sep 21 2005, David Nash wrote: > Matthias Buelow: >>Why don't you use fetchmail? > I gather this comes with emacs v22 (and not in v21)? No, it's an external program. But I'd recommend not to use it for IMAP if you stay with Gnus. > Yes, like this in my .gnus file: > >>(setq gnus-secondary-select-methods >> '( >> ;; IMAP server >> (nnimap "IMAP" (nnimap-address "") >> (nnimap-user ""))) >> (nnimap-need-unselect-to-notice-new-mail t)) One pair of brackets in the last line is bogus. `nnimap-user' is not used; at least in the current Gnus sources. I would use ~/.authinfo instead: ,----[ ~/.authinfo ] | # With recent Gnusae, you can write the alias (e.g. "IMAP") here: | machine IMAP login | # Else, use the server name: | machine login `---- (setq gnus-secondary-select-methods '(;; IMAP server (nnimap "IMAP" (nnimap-address ""))) nnimap-need-unselect-to-notice-new-mail t) Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/