all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mike Gran" <spk121@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Rmail, movemail and maildir
Date: Wed, 5 Apr 2017 07:21:03 -0700	[thread overview]
Message-ID: <20170405142103.GA30725@joshua.dnsalias.com> (raw)

Hello.  This is my first time ever asking for help on emacs, but,
this one has me stumped.

(This is GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu))

I'm trying to set up old-school rmail, and I want it to fetch
mail from a Maildir directory on my home filesystem.  According to
the instructions, I need to install movemail, which I did, and
then set some variables.  So my .emacs now has

;; MAIL
(setq rmail-movemail-program "/usr/local/bin/movemail")
(setq rmail-primary-inbox-list '("maildir:///home/mike/Maildir"))
(setq rmail-movemail-flags (list "-p --emacs"))

But I can't get emacs rmail to invoke movemail.

I can run movemail manually like so, which works.

movemail -p --emacs maildir:///home/mike/Maildir ~/RMAIL --verbose

The docs here are actually a bit unclear.  They discuss how to make
a URL for a mailbox for movemail, but they don't tell you where
that URL should go.

https://www.gnu.org/software/emacs/manual/html_node/emacs/Movemail.html

Thanks in advance,

Mike Gran



             reply	other threads:[~2017-04-05 14:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 14:21 Mike Gran [this message]
2017-04-05 16:11 ` Rmail, movemail and maildir Eli Zaretskii
2017-04-05 18:15 ` Glenn Morris
2017-04-05 18:25   ` Glenn Morris
2017-04-06  4:29 ` Robert Thorpe
2017-04-06 14:13   ` Eli Zaretskii
2017-04-06 17:20     ` Mike Gran
2017-04-06 17:54       ` Glenn Morris
2017-04-08 17:33         ` Robert Thorpe

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=20170405142103.GA30725@joshua.dnsalias.com \
    --to=spk121@yahoo.com \
    --cc=help-gnu-emacs@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.