diff options
Diffstat (limited to 'mail/wanderlust/files')
6 files changed, 0 insertions, 51 deletions
diff --git a/mail/wanderlust/files/_pkg.el b/mail/wanderlust/files/_pkg.el deleted file mode 100644 index 0f5f6a175db3..000000000000 --- a/mail/wanderlust/files/_pkg.el +++ /dev/null @@ -1,4 +0,0 @@ -;;;###autoload -(package-provide 'wl - :version 1.10 - :type 'regular) 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 287822b1cec4..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" "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.emacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl deleted file mode 100644 index 746d6618e1fd..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl +++ /dev/null @@ -1,4 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl" "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 0b2a4a7ac994..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl +++ /dev/null @@ -1,8 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl" "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") -(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 5eb85a79ab16..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" "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/files/wanderlust-startup.xemacs21-mule.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl deleted file mode 100644 index 452b5673a049..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl" "Write draft with Wanderlust." t) -(load "browse-url") -(load "mime-setup") -(setq wl-icon-dir "%%PREFIX%%/%%EMACS_PACKAGESDIR%%/etc/wl") -(provide 'wanderlust-startup) |