diff options
Diffstat (limited to 'mail/wanderlust/files')
5 files changed, 5 insertions, 39 deletions
diff --git a/mail/wanderlust/files/WL-CFG b/mail/wanderlust/files/WL-CFG index b5e3a444ece0..d4c3de6f5acf 100644 --- a/mail/wanderlust/files/WL-CFG +++ b/mail/wanderlust/files/WL-CFG @@ -1,2 +1,2 @@ (setq wl-install-utils t) -(setq wl-install-sasl t) +(setq wl-info-lang (list "en" "ja")) diff --git a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl deleted file mode 100644 index b635021cd1f5..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl +++ /dev/null @@ -1,15 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wl" load-path)) -(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 "+") -(setq wl-thread-youngest-child-str "+") -(setq wl-thread-vertical-str "|") -(setq wl-thread-horizontal-str "-") -(setq wl-thread-space-str " ") -(provide 'wanderlust-startup) diff --git a/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl new file mode 100644 index 000000000000..e9ef833c9671 --- /dev/null +++ b/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl @@ -0,0 +1,4 @@ +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) +(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 deleted file mode 100644 index 7032cd33a2ab..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl +++ /dev/null @@ -1,9 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wl" load-path)) -(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/bitmap" load-path)) -(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 deleted file mode 100644 index 423395b5a2f1..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl +++ /dev/null @@ -1,14 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -(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/wl") -(setq wl-summary-weekday-name-lang "en") -(setq wl-thread-indent-level 2) -(setq wl-thread-have-younger-brother-str "+") -(setq wl-thread-youngest-child-str "+") -(setq wl-thread-vertical-str "|") -(setq wl-thread-horizontal-str "-") -(setq wl-thread-space-str " ") -(provide 'wanderlust-startup) |