help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Use quoted printable per default


From: Reiner Steib
Subject: Re: Use quoted printable per default
Date: Wed, 26 Aug 2009 20:46:36 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Tue, Aug 25 2009, Olivier Sirven wrote:

> Sometimes I receive messages without any content-transfer-encoding value
> resulting in some weird layout. Everything is back to normal when I tell
> Gnus to use quoted-printable using W q.
> Is there a way to tell gnus to use per default quoted-printable when no
> value s defined to avoid me typing again and again W q?

Not tested:

(add-hook 'gnus-article-prepare-hook
          (lambda ()
            (article-de-quoted-unreadable t)))

Or a suggestion from the manual (but this modifies the mail, AFAICS)

,----[ (info "(gnus)Washing Mail") ]
| `nnmail-prepare-incoming-message-hook'
|      This hook is called narrowed to each message.  Functions to be used
|      include:
| 
|     `article-de-quoted-unreadable'
|           Decode Quoted Readable encoding.
`----


Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]