unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: eddy@opera.com
Cc: bug-gnu-emacs@gnu.org
Subject: Re: rmail passing movemail an option it doesn't like
Date: Mon, 20 Aug 2007 16:05:28 -0400	[thread overview]
Message-ID: <sxy7g6x987.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1IN3Fq-00011u-Gj@whorl> (Edward Welbourne's message of "Mon, 20 Aug 2007 11:08:58 +0200")

Edward Welbourne wrote:

> </quote> and reproduced the error !
> So I'll hazard a guess that your movemail variant is emacs and my
> problem is actually incompatibility with the mailutils one. 

I did try with the mailutils package installed, but still got no
error. I do see a way this might happen though. Could you try this
patch please (don't forget to re-byte-compile rmail.el):


*** rmail.el	8 Aug 2007 07:18:14 -0000	1.433.2.4
--- rmail.el	20 Aug 2007 20:00:10 -0000
***************
*** 1818,1826 ****
  		 (buffer-disable-undo errors)
  		 (let ((args
  			(append
! 			 (list (or rmail-movemail-program
! 				   (expand-file-name "movemail"
! 						     exec-directory))
  			       nil errors nil)
  			 (if rmail-preserve-inbox
  			     (list "-p")
--- 1818,1828 ----
  		 (buffer-disable-undo errors)
  		 (let ((args
  			(append
! 			 (list (progn
! 				 ;; Call for effect, to set r-m-variant-in-use
! 				 ;; and possibly r-m-program.
! 				 (rmail-movemail-variant-p)
! 				 rmail-movemail-program)
  			       nil errors nil)
  			 (if rmail-preserve-inbox
  			     (list "-p")

  parent reply	other threads:[~2007-08-20 20:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-17  8:32 rmail passing movemail an option it doesn't like Edward Welbourne
2007-08-18  1:24 ` Glenn Morris
2007-08-20  8:36   ` Edward Welbourne
2007-08-20  9:08   ` Edward Welbourne
2007-08-20  9:28     ` Andreas Schwab
2007-08-20  9:43       ` Edward Welbourne
2007-08-20 20:05     ` Glenn Morris [this message]
2007-08-21 10:12       ` Edward Welbourne
2007-08-21 13:53       ` Edward Welbourne
2007-08-22  3:43         ` Glenn Morris
2007-08-21 14:46     ` Richard Stallman
2007-08-21 15:26       ` Edward Welbourne

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sxy7g6x987.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=eddy@opera.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).