aboutsummaryrefslogtreecommitdiff
path: root/mail/wanderlust/files
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-08-16 21:59:54 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-08-16 21:59:54 +0000
commit790af7141e5e48c3e55aac801a13a27097ca9010 (patch)
treeb2d6084ea451eecaf5491bb4b8850c725bd345c2 /mail/wanderlust/files
parent20d106b559ad22000b4353f1c47d1b643340c84c (diff)
Notes
Diffstat (limited to 'mail/wanderlust/files')
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl1
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl2
-rw-r--r--mail/wanderlust/files/wanderlust-startup.mule.el.tmpl1
-rw-r--r--mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl3
4 files changed, 5 insertions, 2 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
index dd99472f0afe..19dbd53753ac 100644
--- a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
+++ b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
@@ -4,6 +4,7 @@
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
+(load "mime-setup")
(setq wl-summary-weekday-name-lang "en")
(setq wl-thread-indent-level 2)
(setq wl-thread-have-younger-brother-str "+")
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl
index c2d84c0ce793..746d6618e1fd 100644
--- a/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl
+++ b/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl
@@ -1,4 +1,4 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
-(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(load "mime-setup")
(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
index e9b2851823c0..d827fe9f88c2 100644
--- a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
+++ b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
@@ -4,4 +4,5 @@
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)
+(load "mime-setup")
(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
index c63e3b5db19b..6c427dc1ba10 100644
--- a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
+++ b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
@@ -1,7 +1,8 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
-(load "browse-url")
(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
+(load "browse-url")
+(load "mime-setup")
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
(setq wl-summary-weekday-name-lang "en")
(setq wl-thread-indent-level 2)