From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "vpv" Newsgroups: gmane.emacs.help Subject: rmail+Mozilla mail+win2k help Date: 4 May 2006 01:49:18 -0700 Organization: http://groups.google.com Message-ID: <1146732558.936778.169810@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1146735634 28005 80.91.229.2 (4 May 2006 09:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 May 2006 09:40:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 04 11:40:32 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 1FbaJy-0005Rg-BA for geh-help-gnu-emacs@m.gmane.org; Thu, 04 May 2006 11:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbaJx-0000ic-P3 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 May 2006 05:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx02.iad01.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 212.91.166.210 Original-X-Trace: posting.google.com 1146732564 23717 127.0.0.1 (4 May 2006 08:49:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 4 May 2006 08:49:24 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 mars.batmbg.com:3128 (Squid/2.4.STABLE3) Complaints-To: groups-abuse@google.com Injection-Info: j33g2000cwa.googlegroups.com; posting-host=212.91.166.210; posting-account=wpJvxQ0AAAA4ntiReWCVcuwQMwqcFWVh Original-Xref: shelby.stanford.edu gnu.emacs.help:139180 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:34803 Archived-At: problem: when i try to get new mail with emacs rmail from Mozilla Inbox file i get this error: rmail: Wrong type argument: listp, "C:/Documents and Settings/Administrator/Application Data/Mozilla/Profiles/default/tiv8jw2t.slt/Mail/192.168.12.4/Inbox" My enviornment is this: emacs-21.3 Mozilla 1.7.12 Windows 2k My .emacs mail settings are: ; mail settings (setq user-full-name "rj") (setq user-mail-address "r...@host.com") (setq smtpmail-default-smtp-server "192.168.12.4") (setq smtpmail-smtp-server "192.168.12.4") (setq smtpmail-local-domain "host.com") (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (load-library "smtpmail") ; to be able to read mail with rmail (setenv "MAILHOST" "mailserver.host.com") (setq rmail-primary-inbox-list "C:/Documents and Settings/Administrator/Application Data/Mozilla/Profiles/default/tiv8jw2t.slt/Mail/192.168.12.4/Inbox") (setq rmail-pop-password-required t) If you have any suggestions, help, ideas what causes this problem I'd be grateful. Thak you!