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

Re: unwrapping



On Tue, 12 Oct 2010 12:46:51 +0900, Randy Bush <randy@psg.com> wrote:
> 
> >> so i receive all this horribly unwrapped email, especially from mac
> >> mail.app users.  M-Q does not help.  clue bat, please.
> > http://permalink.gmane.org/gmane.mail.wanderlust.general.japanese/6947
> 
> i have that one from Ron Isaacson.  what i mean when i said M-Q did not
> help.
> 
> i need to look at headers.  but am about to get on a plane.  thnaks!
> 
> randy
> 

I use the following customisation code:

--8<---------------cut here---------------start------------->8---
;; use visual-line-mode for displaying message.  This is a customization of some
;; code posted by lloyd zusman on the wanderlust mailing list
(defun my-summary-redisplay-hook () 
  (save-excursion
    (save-restriction
      (set-buffer wl-message-buffer)
      (save-excursion
	;; (visual-line-mode t) ;; code for reformating the message buffer goes here
	(setq word-wrap t)
	)            
      )))
(add-hook 'wl-summary-redisplay-hook 'my-summary-redisplay-hook)
--8<---------------cut here---------------end--------------->8---

HTH,
eric
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D