Your message dated Sun, 02 Jun 2013 09:54:20 +0000
with message-id <[email protected]>
and subject line Bug#709997: Removed package(s) from unstable
has caused the Debian Bug report #432434,
regarding mutt(1) claims remember-mail-date is broken
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
432434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432434
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: remember-el
Version: 1.9-1
Severity: normal
File: /usr/share/emacs/site-lisp/remember-el/remember.el
Tags: patch
Mutt cannot read mboxes written by remember. The following patch fixes this.
| --- /usr/share/emacs/site-lisp/remember-el/remember.el 2006-08-13
23:09:02.000000000 +1000
| +++ remember.el 2007-07-10 07:25:58.000000000 +1000
| @@ -285,7 +285,7 @@
| "Return a simple date. Nothing fancy."
| (if rfc822-p
| (format-time-string "%a, %e %b %Y %T %z" (current-time))
| - (format-time-string "%c" (current-time))))
| + (format-time-string "%a %b %e %T %Y" (current-time))))
|
| (defun remember-buffer-desc ()
| "Using the first line of the current buffer, create a short description."
| @@ -320,8 +320,7 @@
| (desc (remember-buffer-desc))
| (text (buffer-string)))
| (with-temp-buffer
| - (insert (format "
| -From %s %s
| + (insert (format "From %s %s
| Date: %s
| From: %s
| Message-Id: <remember-%s@%s>
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.21-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages remember-el depends on:
ii emacs [emacsen] 22.1+1-1 The GNU Emacs editor (metapackage)
ii emacs21 [emacsen] 21.4a+1-5 The GNU Emacs editor
ii emacs22 [emacsen] 22.1+1-1 The GNU Emacs editor
ii emacsen-common 1.4.17 Common facilities for all emacsen
remember-el recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.9-1.1+rm
Dear submitter,
as the package remember-el has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/709997
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---