summaryrefslogtreecommitdiff
path: root/mail/vm/files/patch-lisp_vm-pine.el
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-01-21 08:13:23 +0000
committerWen Heping <wen@FreeBSD.org>2010-01-21 08:13:23 +0000
commit51c49eab5871cf53a9b50906d1b34e6a847a0279 (patch)
tree9f027fd481f1f09c05a84ced2107a72088253832 /mail/vm/files/patch-lisp_vm-pine.el
parent- Update to 3.0.7 (diff)
- Update to 8.0.14
- Update maintainer's email - Update WWW - 8.0.13 fixed broken VM-Cache entries and spurious iso-2022-jp encodign - 8.0.14 fixed an xemacs incompatibility PR: ports/142397 Submitted by: John Hein <jhein@symmetricom.com> (maintainer)
Notes
Notes: svn path=/head/; revision=248258
Diffstat (limited to 'mail/vm/files/patch-lisp_vm-pine.el')
-rw-r--r--mail/vm/files/patch-lisp_vm-pine.el28
1 files changed, 0 insertions, 28 deletions
diff --git a/mail/vm/files/patch-lisp_vm-pine.el b/mail/vm/files/patch-lisp_vm-pine.el
deleted file mode 100644
index 0ca11d91b8e8..000000000000
--- a/mail/vm/files/patch-lisp_vm-pine.el
+++ /dev/null
@@ -1,28 +0,0 @@
-$FreeBSD$
-
-from http://groups.google.com/group/gnu.emacs.vm.bug/browse_thread/thread/ed559486d3438d6d/db0325050f401ad9?lnk=raot#db0325050f401ad9 ...
-
-Subject: Missing autoload for vm-decode-postponed-mime-message in vm-8.0.12
-
-In vm 8.0.12 it seems there's a missing autoload for the function vm-
-decode-postponed-mime-message in vm-pine.el. See:
-
-https://bugzilla.redhat.com/show_bug.cgi?id=474728
-https://bugs.launchpad.net/viewmail/+bug/300748
-
-The fix is trivial, patch below
-
-diff -up vm-8.0.12/lisp/vm-pine.el.fix-missing-autoload vm-8.0.12/lisp/vm-pine.el
---- lisp/vm-pine.el.fix-missing-autoload 2008-12-05
-23:00:06.0000000
-00 +0000
-+++ lisp/vm-pine.el 2008-12-05 23:00:43.000000000 +0000
-@@ -488,6 +488,7 @@ creation)."
- (error "Folder buffer closed before deletion of source message."))))
-
- ;;-----------------------------------------------------------------------------
-+;;;###autoload
- (defun vm-decode-postponed-mime-message ()
- "Replace the mime buttons by attachment buttons."
- (interactive)
-