Gnus development mailing list
 help / color / mirror / Atom feed
From: Hiroshi Fujishima <hiroshi.fujishima@gmail.com>
Cc: ding@gnus.org
Subject: Re: Gmail
Date: Mon, 30 May 2005 04:56:21 +0900	[thread overview]
Message-ID: <7cacmd24d6.fsf@nature.tsukuba.ac.jp> (raw)
In-Reply-To: <yojzn0a70in.fsf@bohm.phys.ntnu.no> (Terje Rosten's message of "Sun, 19 Dec 2004 16:47:44 +0100")

Hi,

Terje Rosten <terjeros@phys.ntnu.no> writes:

> If you want to read and send messages for your Gmail account using
> Gnus, here is some help:
>
>  http://web.phys.ntnu.no/~terjeros/gnus-gmail/

Quoted from above page.
| Bugs
| 
| First time pop.el is loaded (during Gnus startup) you are prompted for
| password, after you have given the password Gnus is just hanging. Hit
| `C-g' to continue. Then wait to the Group buffer is ready, then hit
| `g' to load pop.el again, things should now work.

This bug can be evaded by changing mail-source.el referring to
mail-source.el included in T-gnus as follows.

Index: lisp/mail-source.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mail-source.el,v
retrieving revision 7.10
diff -u -r7.10 mail-source.el
--- lisp/mail-source.el	13 Feb 2005 04:44:41 -0000	7.10
+++ lisp/mail-source.el	29 May 2005 18:43:12 -0000
@@ -346,7 +346,9 @@
        (:program)
        (:function)
        (:password)
-       (:authentication password))
+       (:authentication password)
+       (:connection)
+       (:leave))
       (maildir
        (:path (or (getenv "MAILDIR") "~/Maildir/"))
        (:subdirs ("cur" "new"))
@@ -746,7 +748,12 @@
 		    (pop3-mailhost server)
 		    (pop3-port port)
 		    (pop3-authentication-scheme
-		     (if (eq authentication 'apop) 'apop 'pass)))
+ 		     (if (eq authentication 'apop) 'apop 'pass))
+		    (pop3-connection-type connection)
+		    (pop3-leave-mail-on-server
+		     (or leave
+			 (and (boundp 'pop3-leave-mail-on-server)
+			      (symbol-value 'pop3-leave-mail-on-server)))))
 		(if (or debug-on-quit debug-on-error)
 		    (save-excursion (pop3-movemail mail-source-crash-box))
 		  (condition-case err

-- 
Hiroshi Fujishima



  reply	other threads:[~2005-05-29 19:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-19 15:47 Gmail Terje Rosten
2005-05-29 19:56 ` Hiroshi Fujishima [this message]
2005-05-30 23:33   ` Gmail Katsumi Yamaoka
2005-05-31  0:59     ` Gmail Hiroshi Fujishima
2005-05-31  1:49       ` Gmail Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7cacmd24d6.fsf@nature.tsukuba.ac.jp \
    --to=hiroshi.fujishima@gmail.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).