projects
/
elisp
/
lemi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619a97a
)
(mime-edit-split-message-sender-alist): Add setting for `mail-mode'.
semi21-2000-08-26
author
tomo
<tomo>
Sat, 12 Aug 2000 04:08:15 +0000
(
04:08
+0000)
committer
tomo
<tomo>
Sat, 12 Aug 2000 04:08:15 +0000
(
04:08
+0000)
mime/mime-edit.el
patch
|
blob
|
history
diff --git
a/mime/mime-edit.el
b/mime/mime-edit.el
index
cd8b43b
..
885d4fe
100644
(file)
--- a/
mime/mime-edit.el
+++ b/
mime/mime-edit.el
@@
-581,7
+581,12
@@
If it is not specified for a major-mode,
:group 'mime-edit
:type 'regexp)
-(defvar mime-edit-split-message-sender-alist nil)
+(defvar mime-edit-split-message-sender-alist
+ '((mail-mode . (function
+ (lambda ()
+ (interactive)
+ (funcall send-mail-function)
+ )))))
(defvar mime-edit-news-reply-mode-server-running nil)