summaryrefslogtreecommitdiffstats
path: root/mail/wanderlust/files
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>1999-06-23 19:54:51 +0000
committersada <sada@FreeBSD.org>1999-06-23 19:54:51 +0000
commit4efecffa293f6d8c04be490a1d9eebf005d6dd9b (patch)
tree4ffbfc90c0343e8be16fbccc5ebd41c4c1ce5a59 /mail/wanderlust/files
parentda79fa924aa5b8e816e8129524eef36b328387e3 (diff)
downloadFreeBSD-ports-4efecffa293f6d8c04be490a1d9eebf005d6dd9b.zip
FreeBSD-ports-4efecffa293f6d8c04be490a1d9eebf005d6dd9b.tar.gz
Wanderlust is a mail/news agent on Emacs/XEmacs .
PR: ports/12276 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail/wanderlust/files')
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl12
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl2
-rw-r--r--mail/wanderlust/files/wanderlust-startup.mule.el.tmpl5
-rw-r--r--mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl10
4 files changed, 29 insertions, 0 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
new file mode 100644
index 0000000..4767e99
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
@@ -0,0 +1,12 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(require 'semi-setupel)
+(require 'flim-setupel)
+(require 'apel-setupel)
+(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
new file mode 100644
index 0000000..286db2f
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl
@@ -0,0 +1,2 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
new file mode 100644
index 0000000..e2adc7f
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl
@@ -0,0 +1,5 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(require 'semi-setupel)
+(require 'flim-setupel)
+(require 'apel-setupel)
+(provide 'wanderlust-startup)
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
new file mode 100644
index 0000000..3b7f9bc
--- /dev/null
+++ b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
@@ -0,0 +1,10 @@
+(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
+(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
+(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)
OpenPOWER on IntegriCloud