[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to set up smtp?



Hi,

how did you install wanderlust? ./configure & make install?
Then try the following patch:

--- WL-CFG.bak	2011-04-11 18:21:38.000000000 +0200
+++ WL-CFG	2011-04-11 18:21:46.000000000 +0200
@@ -9,7 +9,7 @@
 ;		 load-path))
 
 ;; If you want to install utils, uncomment following line.
-;(setq wl-install-utils t)
+(setq wl-install-utils t)
 
 ;; Set language for info file ("ja" or "en", both in default).
 ;; If you only need manual in English, uncomment following line.

-Herbert