From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60376 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Gmail Date: Tue, 31 May 2005 10:49:15 +0900 Organization: Emacsen advocacy group Message-ID: References: <7cacmd24d6.fsf@nature.tsukuba.ac.jp> <7ck6lgdxc7.fsf@nature.tsukuba.ac.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117504178 25519 80.91.229.2 (31 May 2005 01:49:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 May 2005 01:49:38 +0000 (UTC) Cc: ding@gnus.org, Terje Rosten Original-X-From: ding-owner+M8903@lists.math.uh.edu Tue May 31 03:49:25 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DcvsA-0005sw-TG for ding-account@gmane.org; Tue, 31 May 2005 03:48:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Dcvt0-0000oP-00; Mon, 30 May 2005 20:49:42 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Dcvsr-0000oH-00 for ding@lists.math.uh.edu; Mon, 30 May 2005 20:49:33 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Dcvso-0007pY-QL for ding@lists.math.uh.edu; Mon, 30 May 2005 20:49:30 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Dcvsn-0006mA-00 for ; Tue, 31 May 2005 03:49:30 +0200 Original-Received: from [127.0.0.1] (helo=localhost) by washington.hostforweb.net with esmtpa (Exim 4.50) id 1Dcvsz-0000xN-48; Mon, 30 May 2005 20:49:41 -0500 Original-To: Hiroshi Fujishima X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:1iQI2XW789te6/KkvNsyiOgb30c= X-Hashcash: 1:20:050531:hiroshi.fujishima@gmail.com::W9Cyag2yT1DPvg/h:00000000000000000000000000000000002JeQ X-Hashcash: 1:20:050531:ding@gnus.org::/SUmO1zgylJVK9CD:00000Jwf X-Hashcash: 1:20:050531:terjeros@phys.ntnu.no::QhVBjf+V8LMZRo3o:00000000000000000000000000000000000000000DDC X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60376 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60376 > Katsumi Yamaoka writes: >> Please don't do that. Anything doesn't need other changes for >> pop3.el of the T-gnus version[1] even if it is used in Gnus. See >> the section which advises mail-source-fetch-pop. >>>>> In <7ck6lgdxc7.fsf@nature.tsukuba.ac.jp> Hiroshi Fujishima wrote: > But it does not to work in first time. Because it is necessary to > defadvice a function is done before the function is executed. In > this case, pop3.el is loaded when pop3-movemail() is executed in > mail-source-fetch-pop(). Oops, I wasn't aware that pop3.el is autoloaded. No wonder the `leave-mail-on-server' function doesn't work at the first time. > Therefore, I decided to add (eval-after-load "mail-source" (require > 'pop3)) to ~/.gnus.el instead of changing mail-source.el. Thanks. I've fixed the comment in pop3.el of the T-gnus version. http://cvs.m17n.org/viewcvs/*checkout*/root/gnus/lisp/pop3.el?only_with_tag=t-gnus-6_17-quimby&rev=1.6.30.21.4.16