[Mew-dist 12968] signatureの設定
芦田 勲
isao at example.com
2000年 5月 4日 (木) 06:25:24 JST
芦田と申します.
signature を E-mail の宛先や目的によって変更したくなることってよくあり
ますよね. 例えば仕事とプライベートが同じ環境である場合等です.
この場合, 皆さんはどのようにして signature を切替えていますか? 私は最
近, mew の config にて切替えることが最も私の使い方にあっていると思い, こ
の E-mail の末尾のように, mew を変更をして使い始めました. 私なりに便利に
使えています.
もっと賢い方法があれば, ご意見下さい. もし私の方法が皆さんにとっても適
切であれば, mew に反映いただけると嬉しいです.
diff -ur mew-1.95b32/mew-config.el mew-1.95b32-a/mew-config.el
--- mew-1.95b32/mew-config.el Tue Apr 11 22:24:30 2000
+++ mew-1.95b32-a/mew-config.el Fri Apr 14 20:32:55 2000
@@ -78,6 +78,10 @@
;;;
;;;
+(defun mew-sigfile (&optional case)
+ (or (mew-cfent-value case "sigfile")
+ signature-file))
+
(defun mew-user (&optional case)
(or (mew-cfent-value case "user")
(user-login-name)))
diff -ur mew-1.95b32/mew-draft.el mew-1.95b32-a/mew-draft.el
--- mew-1.95b32/mew-draft.el Thu Apr 6 18:47:55 2000
+++ mew-1.95b32-a/mew-draft.el Fri Apr 14 20:32:56 2000
@@ -873,7 +873,7 @@
the file is inserted to the end of the body. Otherwise, inserted
the cursor position."
(interactive)
- (let ((sigfile (expand-file-name mew-signature-file)))
+ (let ((sigfile (expand-file-name (mew-sigfile mew-draft-buffer-config))))
(if (not (file-exists-p sigfile))
(message "No signature file %s" sigfile)
(if (and (mew-attach-p) mew-signature-as-lastpart)
--
芦田勲(ASHIDA Isao) − isao at example.com
Mew-dist メーリングリストの案内