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: <[EMAIL PROTECTED]>

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to