[mew-dist 22667] mail with attached text, without cover page
NABEYA Kenichi
mew at example.com
2002年 12月 23日 (月) 14:43:33 JST
なべやと申します。
本文を記入せずにtextを添付し、C-c C-mすると、添付しようとしたtextが本
文のメイルが作られる、というのが現在の仕様かと思います。
また、C-c C-eしても、textが平文のまま、本文になるようです。
これらの動作を抑止して、本文が空で、textが添付されたメイルを送れるよう
になりませんでしょうか?
-------------- next part --------------
Index: mew-vars.el
===================================================================
RCS file: /cvsmew/mew/mew-vars.el,v
retrieving revision 1.157
diff -r1.157 mew-vars.el
1854a1855,1861
> (defcustom mew-attach-allow-empty-cover-with-text nil
> "If non-nil, allow sending an e-mail with an empty cover page and an attached text."
> :group 'mew-draft
> :type 'boolean)
>
>
>
Index: mew-encode.el
===================================================================
RCS file: /cvsmew/mew/mew-encode.el,v
retrieving revision 1.56
diff -r1.56 mew-encode.el
700c700
< (if (not (eobp))
---
> (if (or mew-attach-allow-empty-cover-with-text (not (eobp)))
Mew-dist メーリングリストの案内