summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2002-12-20 05:49:17 +0000
committerMasatomo Nakano <nakano@gentoo.org>2002-12-20 05:49:17 +0000
commitdaa5f76d016c73ac6224b2922d42720b02221f89 (patch)
treec528fa1fc4072fffa2b8fa9b125ec4a46c3d7001 /app-emacs/mew/files
parentremoved sparc64 keyword (diff)
downloadgentoo-2-daa5f76d016c73ac6224b2922d42720b02221f89.tar.gz
gentoo-2-daa5f76d016c73ac6224b2922d42720b02221f89.tar.bz2
gentoo-2-daa5f76d016c73ac6224b2922d42720b02221f89.zip
fixed bug.
Diffstat (limited to 'app-emacs/mew/files')
-rw-r--r--app-emacs/mew/files/3.1/50mew-gentoo.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/mew/files/3.1/50mew-gentoo.el b/app-emacs/mew/files/3.1/50mew-gentoo.el
new file mode 100644
index 000000000000..e3f21b24e10c
--- /dev/null
+++ b/app-emacs/mew/files/3.1/50mew-gentoo.el
@@ -0,0 +1,13 @@
+;;; mew site-lisp configuration
+
+(setq load-path (cons "@SITELISP@" load-path))
+
+(setq mew-icon-directory "/usr/share/mew")
+
+(setq mew-pop-port "pop-3")
+(setq mew-imap-port "imap2")
+
+(autoload 'mew "mew" nil t)
+(autoload 'mew-send "mew" nil t)
+
+