diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-09 21:51:36 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-09 21:51:36 +0800 |
commit | ce2f8474a2bbac62981f21a706d49648d79ec093 (patch) | |
tree | 3cf922707fa5b425ffa17f079ca92134d98e183e /mail | |
parent | 7c49993cc2224865fe8982cb5849936e1ff22f36 (diff) | |
download | freebsd-ports-gnome-ce2f8474a2bbac62981f21a706d49648d79ec093.tar.gz freebsd-ports-gnome-ce2f8474a2bbac62981f21a706d49648d79ec093.tar.zst freebsd-ports-gnome-ce2f8474a2bbac62981f21a706d49648d79ec093.zip |
Fixed a problem on Mew version 1.94
Diffstat (limited to 'mail')
-rw-r--r-- | mail/prom-mew/files/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/prom-mew/files/patch-aa b/mail/prom-mew/files/patch-aa new file mode 100644 index 000000000000..fefa8f1c60f2 --- /dev/null +++ b/mail/prom-mew/files/patch-aa @@ -0,0 +1,31 @@ +--- prom-mew.el.orig Mon Aug 16 16:14:37 1999 ++++ prom-mew.el Thu Sep 9 22:37:49 1999 +@@ -296,6 +296,11 @@ + )) + )) + ++(if mew-xemacs-p ++ (if (<= emacs-major-version 20) ++ (setq mew-cs-binary mew-cs-noconv)) ++) ++ + (defun prom-mew-setup () + (if prom-mew-setup + nil +@@ -948,6 +953,7 @@ + nil) + )) + ++ + (defun prom-mew-cache-lastnum (folder &optional cache) + (let ((mew-folder-buffer (get-buffer folder)) + (mew-cache (or cache +@@ -958,7 +964,7 @@ + (set-buffer (get-buffer-create prom-buffer-tmp)) + (erase-buffer) + (if (file-exists-p mew-cache) +- (mew-frwlet mew-cs-scan mew-cs-noconv ++ (mew-frwlet mew-cs-scan mew-cs-binary + (insert-file-contents mew-cache)))) + (goto-char (point-max)) + (if (bobp) |