all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Rmail, movemail and maildir
@ 2017-04-05 14:21 Mike Gran
  2017-04-05 16:11 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mike Gran @ 2017-04-05 14:21 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-04-08 17:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05 14:21 Rmail, movemail and maildir Mike Gran
2017-04-05 16:11 ` 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

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.