diff options
Diffstat (limited to 'mail/wanderlust-emacs/files')
7 files changed, 0 insertions, 54 deletions
diff --git a/mail/wanderlust-emacs/files/WL-CFG b/mail/wanderlust-emacs/files/WL-CFG deleted file mode 100644 index b5e3a444ece0..000000000000 --- a/mail/wanderlust-emacs/files/WL-CFG +++ /dev/null @@ -1,2 +0,0 @@ -(setq wl-install-utils t) -(setq wl-install-sasl t) diff --git a/mail/wanderlust-emacs/files/_pkg.el b/mail/wanderlust-emacs/files/_pkg.el deleted file mode 100644 index c8414973c3c3..000000000000 --- a/mail/wanderlust-emacs/files/_pkg.el +++ /dev/null @@ -1,4 +0,0 @@ -;;;###autoload -(package-provide 'wl - :version 1.11 - :type 'regular) diff --git a/mail/wanderlust-emacs/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust-emacs/files/wanderlust-startup.emacs.el.tmpl deleted file mode 100644 index b635021cd1f5..000000000000 --- a/mail/wanderlust-emacs/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-emacs/files/wanderlust-startup.emacs20.el.tmpl b/mail/wanderlust-emacs/files/wanderlust-startup.emacs20.el.tmpl deleted file mode 100644 index e9ef833c9671..000000000000 --- a/mail/wanderlust-emacs/files/wanderlust-startup.emacs20.el.tmpl +++ /dev/null @@ -1,4 +0,0 @@ -(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-emacs/files/wanderlust-startup.mule.el.tmpl b/mail/wanderlust-emacs/files/wanderlust-startup.mule.el.tmpl deleted file mode 100644 index 7032cd33a2ab..000000000000 --- a/mail/wanderlust-emacs/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-emacs/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust-emacs/files/wanderlust-startup.xemacs20.el.tmpl deleted file mode 100644 index 423395b5a2f1..000000000000 --- a/mail/wanderlust-emacs/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) diff --git a/mail/wanderlust-emacs/files/wanderlust-startup.xemacs21-mule.el.tmpl b/mail/wanderlust-emacs/files/wanderlust-startup.xemacs21-mule.el.tmpl deleted file mode 100644 index 169ef4c1a972..000000000000 --- a/mail/wanderlust-emacs/files/wanderlust-startup.xemacs21-mule.el.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -(load "browse-url") -(load "mime-setup") -(setq wl-icon-dir "%%PREFIX%%/%%EMACS_PACKAGESDIR%%/etc/wl") -(provide 'wanderlust-startup) |