summaryrefslogtreecommitdiff
path: root/mail/vm/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/vm/files')
-rw-r--r--mail/vm/files/patch-aa10
-rw-r--r--mail/vm/files/patch-lisp_vm-pine.el28
2 files changed, 28 insertions, 10 deletions
diff --git a/mail/vm/files/patch-aa b/mail/vm/files/patch-aa
deleted file mode 100644
index 2bbc1e489ff9..000000000000
--- a/mail/vm/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- vm.texinfo.bak Tue Jun 4 09:38:50 2002
-+++ vm.texinfo Tue Jun 4 09:39:19 2002
-@@ -1,6 +1,7 @@
- \input texinfo @comment -*-Text-*-
- @setfilename vm.info
- @settitle VM User's Manual
-+@dircategory The Emacs editor and associated tools
- @direntry
- * VM:: A mail reader.
- @end direntry
diff --git a/mail/vm/files/patch-lisp_vm-pine.el b/mail/vm/files/patch-lisp_vm-pine.el
new file mode 100644
index 000000000000..0ca11d91b8e8
--- /dev/null
+++ b/mail/vm/files/patch-lisp_vm-pine.el
@@ -0,0 +1,28 @@
+$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)
+