Re: GPG and accents
The way to make it work properly is to use PGP/MIME. Sorry,
but everything else is just broken -- as designed on a PGP
level, not as implemented in mutt.
--
Thomas Roessler · Personal soap box at <http://log.does-not-exist.org/>.
On 2006-03-14 12:19:51 +0100, arno wrote:
> From: arno <"arno."@no-log.org>
> To: mutt-users@xxxxxxxx
> Date: Tue, 14 Mar 2006 12:19:51 +0100
> Subject: GPG and accents
> X-Spam-Level:
>
> Hi,
> I have a problem with GPG and accents (èîá) in french language.
> When I receive and decrypt a crypted email, accents are rendered with
> a '?' mark.
>
> Charset is iso-8859-1 (Old-Content-Type: text/plain; charset=ISO-8859-1
> in the headers).
>
> I have no problem with non-encrypted emails.
> When I try to save the email to a file and decrypt it with command line:
> gpg --decrypt file
> I have no problem : the accents appear.
> In gpg.rc, I have :
> set pgp_decode_command="/usr/bin/gpg --status-fd=2 %?p?--passphrase-fd
> 0? --no-verbose --quiet --batch --output - %f"
>
> and if I try:
> set pgp_decode_command="/usr/bin/gpg --charset iso-8859-1 --status-fd=2
> %?p?--passphrase-fd 0? --no-verbose --quiet --batch --output - %f"
>
> the result is the same
>
> thanx for any help
> arno.