all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: help-gnu-emacs@gnu.org
Subject: Re: Use quoted printable per default
Date: Wed, 26 Aug 2009 20:46:36 +0200	[thread overview]
Message-ID: <87hbvu9zw3.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: m2skfgtdu6.fsf@gmail.com

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	other threads:[~2009-08-26 18:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-25  9:58 Use quoted printable per default Olivier Sirven
2009-08-26 18:46 ` Reiner Steib [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbvu9zw3.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.