all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: rmail+Mozilla mail+win2k help
Date: Thu, 04 May 2006 19:45:38 +0300	[thread overview]
Message-ID: <uhd45d9hp.fsf@gnu.org> (raw)
In-Reply-To: <1146732558.936778.169810@j33g2000cwa.googlegroups.com> (un3_14qliar@yahoo.com)

> From: "vpv" <un3_14qliar@yahoo.com>
> Date: 4 May 2006 01:49:18 -0700
> 
> 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
         ^^^^^^^^^^^^^^^^^^^^^^^^^^

Sometimes, computers tell you precisely what is the problem.  Here, it
tells you that it was expecting a list, not a string...

> (setq rmail-primary-inbox-list "C:/Documents and Settings/Administrator/Application Data/Mozilla/Profiles/default/tiv8jw2t.slt/Mail/192.168.12.4/Inbox")

...while here you set rmail-primary-inbox-list to a string, instead of
to a list (as the name of the variable implies).  Try this instead:

  (setq rmail-primary-inbox-list '("C:/Documents and Settings/Administrator/Application Data/Mozilla/Profiles/default/tiv8jw2t.slt/Mail/192.168.12.4/Inbox"))

> If you have any suggestions, help, ideas what causes this problem I'd
> be grateful.

Suggestion: before customizing a variable read its doc string very
carefully.  Whenever a doc string says ``list'', it means a Lisp list,
something like '(foo bar baz), with the quote before it and enclosed
in parentheses.

  reply	other threads:[~2006-05-04 16:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-04  8:49 rmail+Mozilla mail+win2k help vpv
2006-05-04 16:45 ` Eli Zaretskii [this message]
2006-05-04 16:56 ` Henrik Enberg

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=uhd45d9hp.fsf@gnu.org \
    --to=eliz@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.