unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
@ 2009-02-23 21:31 Alfred M. Szmidt
  2009-02-23 22:18 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Alfred M. Szmidt @ 2009-02-23 21:31 UTC (permalink / raw)
  To: emacs-pretest-bug

If you have the following:

(setq rmail-primary-inbox-list '("pop://ams;AUTH=+APOP@fencepost.gnu.org"))

then you get this error:

movemail: Could not create mailbox `/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org': Requested item not found

I'm not sure to what it is related, but forcing
rmail-insert-inbox-text to replace all semi-colons with dash solved
the problem.  Though, I am getting weird errors from movemail (from
mailutils):

movemail: Cannot append message 2: Cannot allocate memory


In GNU Emacs 23.0.90.3 (i686-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2009-02-23 on beryx
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  rcirc-track-minor-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
f r m a i l <return> C-x o C-e M-b <return> C-s m o 
v e m a i l C-x 1 C-s C-s C-s C-r C-r C-v C-s . n e 
w C-n C-n C-g C-a C-n C-p C-n C-n C-n C-p C-n C-p C-p 
C-p C-n C-n C-SPC C-e C-g C-n C-a C-SPC C-e M-w C-n 
M-b C-p C-p C-p C-p C-p C-e <return> C-y ) C-n C-a 
C-k C-k C-k C-k C-k C-k C-e C-p C-e ) C-n C-a C-k C-k 
C-v C-p C-p C-p C-p C-p C-p C-n C-e C-p C-f C-d ; C-x 
C-s C-n C-v C-v C-s C-s C-v C-v C-v C-v C-n C-n C-n 
C-n C-n C-n C-n C-n C-e C-p C-e C-x C-e M-x r m a i 
l <return> h p d d SPC d d d d d d d d d d d d d d 
d d SPC d d d d d d d d d d d d d d d d SPC SPC SPC 
d SPC d d d C-c C-SPC C-x 1 h m p h h <return> C-x 
b r m a <tab> <return> C-x 1 C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-n C-n C-n C-n C-n C-n C-r . n e w C-n M-x r e p o 
<tab> r t <tab> <return>

Recent messages:
Counting messages...20
Counting new messages...done (38)
Saving file /home/ams/RMAIL...
Wrote /home/ams/RMAIL
Computing summary lines...done
38 new messages read
Computing summary lines...done
Added to /home/ams/RMAIL.inbox:ams@gnu [3 times]
Mark saved where search started
Making completion list...






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

* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
  2009-02-23 21:31 Alfred M. Szmidt
@ 2009-02-23 22:18 ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2009-02-23 22:18 UTC (permalink / raw)
  To: ams; +Cc: 2451

"Alfred M\. Szmidt" wrote:

> If you have the following:
>
> (setq rmail-primary-inbox-list '("pop://ams;AUTH=+APOP@fencepost.gnu.org"))
>
> then you get this error:
>
> movemail: Could not create mailbox `/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org': Requested item not found


Has this ever worked? Does it work in 22.3? I can't see this syntax
documented anywhere in "Retrieving Mail from Remote Mailboxes" in the
manual.


> Though, I am getting weird errors from movemail (from mailutils):
>
> movemail: Cannot append message 2: Cannot allocate memory

That would seem to be a mailutils problem, not an Emacs one.






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

* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
@ 2009-02-27  8:33 Alfred M. Szmidt
  2009-02-27 19:57 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Alfred M. Szmidt @ 2009-02-27  8:33 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 2451

   > If you have the following:
   >
   > (setq rmail-primary-inbox-list '("pop://ams;AUTH=+APOP@fencepost.gnu.org"))
   >
   > then you get this error:
   >
   > movemail: Could not create mailbox `/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org': Requested item not found

   Has this ever worked? Does it work in 22.3? I can't see this syntax
   documented anywhere in "Retrieving Mail from Remote Mailboxes" in
   the manual.

It worked a week ago, and it worked in 22.3, the syntax is for GNU
mailutils to force apop (which is required to read mail from
fencepost.gnu.org).

The syntax is documented in (mailutils) URL, and in the emacs
documentation it is documented under (emacs) Movemail (which refers to
the mailutils documentation)

How do you mark the bug so that it is not a wishlist?  Not being able
to read mail from the GNU mail server using rmail kinda sucks...

   > Though, I am getting weird errors from movemail (from mailutils):
   >
   > movemail: Cannot append message 2: Cannot allocate memory

   That would seem to be a mailutils problem, not an Emacs one.

Yup, it is fixed upstream now.  But the semi-colon error still occurs,
and works fine if called with the same URL spec from the command line.

Sorry for the late reply, but it is hard to read my mail now when I
cannot fetch mail..






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

* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
  2009-02-27  8:33 bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail Alfred M. Szmidt
@ 2009-02-27 19:57 ` Glenn Morris
  2009-02-28  9:39   ` Alfred M. Szmidt
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2009-02-27 19:57 UTC (permalink / raw)
  To: ams; +Cc: 2451

"Alfred M\. Szmidt" wrote:

>    > movemail: Could not create mailbox `/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org': Requested item not found

Are you sure this isn't also a mailutils problem? What is that error
supposed to mean?

rmail-parse-url on that form returns the same result in the trunk as
it did in 22.3.

Can you read mail using emacs 22.3 at the moment with that setup?
If yes, while movemail is retrieving mail, what is the name of the
.newmail file?
If no, then it's a mailutils issue.






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

* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
  2009-02-27 19:57 ` Glenn Morris
@ 2009-02-28  9:39   ` Alfred M. Szmidt
  0 siblings, 0 replies; 7+ messages in thread
From: Alfred M. Szmidt @ 2009-02-28  9:39 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 2451

   >    > movemail: Could not create mailbox
   >    > `/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org':
   >    > Requested item not found

   Are you sure this isn't also a mailutils problem?

Yes, it works from the command line.

   What is that error supposed to mean?

I don't know.

   rmail-parse-url on that form returns the same result in the trunk
   as it did in 22.3.

Maybe it is a problem in how the processes is called?

   Can you read mail using emacs 22.3 at the moment with that setup?

No, Emacs from CVS doesn't use BABYL, which is what 22.3 supports.  I
cannot read maila t all currently using Emacs CVS and movemail.







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

* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
@ 2009-04-13  9:51 Alfred M. Szmidt
  2011-09-11 21:29 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Alfred M. Szmidt @ 2009-04-13  9:51 UTC (permalink / raw)
  To: 2451

Been trying to debug this, and the only thing I have managed to figure
out is that replacing the semi-colon with something else makes things
work.  The following,

(call-process "/usr/bin/movemail" nil (current-buffer) nil
	            "pop://ams;AUTH=+APOP@fencepost.gnu.org" "/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org" "PASSWORD")

always produces 

movemail: Could not create mailbox `/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org': Requested item not found

But if one replaces the semi-colon in the second argument
(/home/ams/.newmail-...) to movemail, things work.

Passing the same command line directly to bash works as well.

(How does one mark a bug as serious?)






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

* bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail
  2009-04-13  9:51 Alfred M. Szmidt
@ 2011-09-11 21:29 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11 21:29 UTC (permalink / raw)
  To: Alfred M. Szmidt; +Cc: 2451

"Alfred M. Szmidt" <ams@gnu.org> writes:

> Been trying to debug this, and the only thing I have managed to figure
> out is that replacing the semi-colon with something else makes things
> work.  The following,
>
> (call-process "/usr/bin/movemail" nil (current-buffer) nil
> 	            "pop://ams;AUTH=+APOP@fencepost.gnu.org"
> "/home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org" "PASSWORD")
>
> always produces 
>
> movemail: Could not create mailbox
> /home/ams/.newmail-ams;AUTH=+APOP@fencepost.gnu.org': Requested item
> not found
>
> But if one replaces the semi-colon in the second argument
> (/home/ams/.newmail-...) to movemail, things work.

Do you still see this problem in a current Emacs?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

end of thread, other threads:[~2011-09-11 21:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-27  8:33 bug#2451: 23.0.90; rmail - semi-colon in rmail-primary-inbox-list and movemail Alfred M. Szmidt
2009-02-27 19:57 ` Glenn Morris
2009-02-28  9:39   ` Alfred M. Szmidt
  -- strict thread matches above, loose matches on Subject: below --
2009-04-13  9:51 Alfred M. Szmidt
2011-09-11 21:29 ` Lars Magne Ingebrigtsen
2009-02-23 21:31 Alfred M. Szmidt
2009-02-23 22:18 ` Glenn Morris

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).