From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ada Newsgroups: gmane.emacs.help Subject: Gnus fetch gmail,ERROR Date: Mon, 19 Jun 2006 21:20:44 +0000 Organization: Bentium Ltd. (CN99) Message-ID: <85y7vs6dw3.fsf@x86.ada.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150724524 27220 80.91.229.2 (19 Jun 2006 13:42:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 13:42:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 19 15:41:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FsK0c-00046u-Et for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jun 2006 15:41:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsK0b-0000l7-UN for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jun 2006 09:41:41 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 45 Original-NNTP-Posting-Host: 218.104.221.103 Original-X-Trace: news.cn99.com 1150723638 29976 218.104.221.103 (19 Jun 2006 13:27:18 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Mon, 19 Jun 2006 13:27:18 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) Cancel-Lock: sha1:8wcZzRe62e/vvBzMOr7NaocgG7w= Original-Xref: shelby.stanford.edu gnu.emacs.help:139920 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35544 Archived-At: hello i follow the instruction on http://www.pvv.ntnu.no/~terjeros/wiki/GnusGmail to config my gnus to fetch gmail.but encounted follow ERROR: Mail source (pop :server pop.gmail.com :port 995 :user dazhiqian :password ******** :connection ssl :leave t) error (Cannot open load file). Continue? (y or n) ~~~~~~~~~~~~~~~~~~~~~~~~ WHY? WHAT'S MEAN? nnml: Reading incoming mail from file... nnml: Reading incoming mail (no new mail)...done MY GNUS DOTFILE IS: ;;Fetch Email ;; The following line is needed when using pop3.el from T-gnus (m17n.org). (eval-after-load "mail-source" '(require 'pop3)) ;; using GNUS to send mail (setq message-send-mail-function 'smtpmail-send-it) (setq send-mail-function 'smtpmail-send-it) ;; use 'one file per mail' back end (setq gnus-secondary-select-methods '((nnml ""))) ;; tell Gnus how to fetch mail (setq mail-sources '((file :path "/var/mail/ada") (pop :server "pop.gmail.com" :port 995 :user "dazhiqian" :password "******" :connection ssl :leave t))) ; leave the mail on the server (setq smtpmail-default-smtp-server "smtp.gmail.com") (setq smtpmail-smtp-server "smtp.gmail.com") (setq smtpmail-local-domain nil) (setq smtpmail-debug-info t) (setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "dazhiqian" "******"))) (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))) (setq smtpmail-smtp-service 587)