summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-08-26 02:55:19 +0000
committerUlrich Müller <ulm@gentoo.org>2007-08-26 02:55:19 +0000
commit2b806b1591e03cd3af12108930bb6b12bd29ddba (patch)
treedccff74aafb08f07a9e09b1bc4a1bd570e5f5713 /app-emacs/vm/files
parentupdate selinux policy maskings (diff)
downloadhistorical-2b806b1591e03cd3af12108930bb6b12bd29ddba.tar.gz
historical-2b806b1591e03cd3af12108930bb6b12bd29ddba.tar.bz2
historical-2b806b1591e03cd3af12108930bb6b12bd29ddba.zip
Use vm-mime-8bit-composition-charset to determine charset for sending.
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'app-emacs/vm/files')
-rw-r--r--app-emacs/vm/files/digest-vm-8.0.2.487-r13
-rw-r--r--app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/vm/files/digest-vm-8.0.2.487-r1 b/app-emacs/vm/files/digest-vm-8.0.2.487-r1
new file mode 100644
index 000000000000..e64393392275
--- /dev/null
+++ b/app-emacs/vm/files/digest-vm-8.0.2.487-r1
@@ -0,0 +1,3 @@
+MD5 1829a2e8296f681ac5414f11013c34f9 vm-8.0.2-487.tgz 536869
+RMD160 f4c13d135dc79ee5f31d4c1000b88d831928e591 vm-8.0.2-487.tgz 536869
+SHA256 5fa6d10596ec28d1a0db035c75ac724e4942744551ed708247983d9c150b24d9 vm-8.0.2-487.tgz 536869
diff --git a/app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch b/app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch
new file mode 100644
index 000000000000..eb9fb9ee26f1
--- /dev/null
+++ b/app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch
@@ -0,0 +1,11 @@
+--- lisp/vm-mime.el~ 2007-07-25 00:21:40.000000000 +0200
++++ lisp/vm-mime.el 2007-08-26 04:41:18.000000000 +0200
+@@ -1536,7 +1537,7 @@
+ (throw 'done nil))))
+ ;; Couldn't do any magic with vm-coding-system-priorities. Pass
+ ;; back a Japanese iso-2022 MIME character set.
+- (t "iso-2022-jp")))
++ (t (or vm-mime-8bit-composition-charset "iso-2022-jp"))))
+ ;; If we're non-MULE and there are eight bit characters, use a
+ ;; sensible default.
+ (goto-char (point-min))