so that we always have a valid string for split-string even if
nothing is added in mh-send-letter (closes SF #
1564742).
+2006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org>
+
+ * mh-comp.el (mh-send-args): Initialize to "" instead of nil
+ so that we always have a valid string for split-string even if
+ nothing is added in mh-send-letter (closes SF #1564742).
+
2006-07-03 Bill Wohler <wohler@newt.com>
Release MH-E version 8.0.2.
(make-syntax-table text-mode-syntax-table))
(modify-syntax-entry ?% "." mh-letter-mode-syntax-table))
-(defvar mh-send-args nil
+(defvar mh-send-args ""
"Extra args to pass to \"send\" command.")
(defvar mh-annotate-char nil