summaryrefslogtreecommitdiff
path: root/mail/mew/files/message.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mew/files/message.sh')
-rw-r--r--mail/mew/files/message.sh26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/mew/files/message.sh b/mail/mew/files/message.sh
new file mode 100644
index 000000000000..c2720cc73d73
--- /dev/null
+++ b/mail/mew/files/message.sh
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+if [ -z "${SITE_STARTUP_FILE}" ]; then
+ ${CAT} <<EOF > ${WRKTMPDIR}/MESSAGE
+*************************************************************************
+* You must set at least following elisps to your own dot.emacs file: *
+* *
+* (autoload 'mew "mew" nil t) *
+* (autoload 'mew-send "mew" nil t) *
+* (setq mew-mail-domain-list '("Name_Server_Domain_Name")) *
+* *
+*************************************************************************
+EOF
+else
+ ${CAT} <<EOF > ${WRKTMPDIR}/MESSAGE
+*************************************************************************
+* You must set at least following elisps to your own dot.emacs file: *
+* *
+* (require 'mew-${EMACS_PORT_NAME}-startup) *
+* (autoload 'mew "mew" nil t) *
+* (autoload 'mew-send "mew" nil t) *
+* (setq mew-mail-domain-list '("Name_Server_Domain_Name")) *
+* *
+*************************************************************************
+EOF
+fi