all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Use quoted printable per default
@ 2009-08-25  9:58 Olivier Sirven
  2009-08-26 18:46 ` Reiner Steib
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Sirven @ 2009-08-25  9:58 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there,

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?

Thanks

-- 
Olivier


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Use quoted printable per default
  2009-08-25  9:58 Use quoted printable per default Olivier Sirven
@ 2009-08-26 18:46 ` Reiner Steib
  0 siblings, 0 replies; 2+ messages in thread
From: Reiner Steib @ 2009-08-26 18:46 UTC (permalink / raw)
  To: help-gnu-emacs

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/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-26 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-25  9:58 Use quoted printable per default Olivier Sirven
2009-08-26 18:46 ` Reiner Steib

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.