[Mew-dist 04438] insert-signature
Hideyuki SHIRAI
Shirai at example.com
1998年 4月 20日 (月) 09:45:42 JST
白井@松下電送システム です。
(mew-draft-insert-signature) の一行パッチです。
(setq mew-signature-as-lastpart t) となっていると、
(mew-attach-link) で signature のファイルを持ってきますが、その
パートにコメントをつけようかなぁとか考えて "f" すると、元のファ
イルが変わってしまって、ちょっとだけ悲しいです。
--- mew-draft.el.orig Mon Apr 20 09:16:13 1998
+++ mew-draft.el Mon Apr 20 09:31:26 1998
@@ -898,7 +898,7 @@
(goto-char (point-max))
(forward-line -2)
(mew-attach-forward)
- (mew-attach-link sigfile "Signature")
+ (mew-attach-copy sigfile "Signature")
(mew-attach-description mew-signature-description)
)
(if mew-signature-insert-last
Mew-dist メーリングリストの案内