aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/wanderlust/Makefile1
-rw-r--r--mail/wanderlust/files/wanderlust-startup.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index c0c25fc0a4b0..657e08cfe5d0 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wanderlust
PORTVERSION= 2.15.9.b.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= mail elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/mail/wanderlust/files/wanderlust-startup.el b/mail/wanderlust/files/wanderlust-startup.el
index e9ef833c9671..12826e865ca1 100644
--- a/mail/wanderlust/files/wanderlust-startup.el
+++ b/mail/wanderlust/files/wanderlust-startup.el
@@ -1,4 +1,5 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(load "mime-setup")
+(load "mime-w3m")
(provide 'wanderlust-startup)