Re: [Mutt] #1100: gpg encryption to multiple recipients doesn't work
#1100: gpg encryption to multiple recipients doesn't work
Changes (by brendan):
* component: mutt => crypto
Old description:
> {{{
> Package: mutt
> Version: 1.3.27-2
> Severity: normal
>
> [NOTE: this bug report has been submitted to the debian BTS as
> Bug#137747.
> Please Cc all your replies to 137747@xxxxxxxxxxxxxxx .]
>
> From: Mathias Palm <Mathias.Palm@xxxxxxx>
> Subject: mutt-1.3.27i: gpg encryption to multiple recipients doesn't work
> Date: Sun, 10 Mar 2002 22:49:04 +0100
>
> -- Please type your report below this line
>
> Although gpg supports encryption to multiple recipients, mutt does not.
> AS I understand from the
> configuration file it should work. The problem seems to be the following
> command:
>
> set pgp_list_pubring_command=/usr/bin/gpg --no-verbose --batch --quiet
> --with-colons --list-keys %r
>
> %r resolves to a list of key-id's,
>
> So doing for example (in mutt and assuming 12345 and 67890 are valid key
> ID's):
> Enter keyID for bla@bla: 12345 67890
> resolves to
> /usr/bin/gpg --no-verbose --batch --quiet --with-colons --list-keys
> 12345 67890
>
> Doing the same on the command line perfectly works. Mutt, however,
> doesn't
> seem to accept the output of this command but asks again for the keyID.
>
> I found this problem posted on the mutt-users mailing-list about a year
> ago, but nothing else.
>
> Mathias
>
> -- Build environment information
>
> (Note: This is the build environment installed on the system
> muttbug is run on. Information may or may not match the environment
> used to build mutt.)
>
> - gcc version information
> cc
> Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
> gcc version 2.95.4 (Debian prerelease)
>
> - CFLAGS
> -Wall -pedantic -g -O2
>
> -- Mutt Version Information
>
> Mutt 1.3.27i (2002-01-22)
> Copyright (C) 1996-2001 Michael R. Elkins and others.
> Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
> Mutt is free software, and you are welcome to redistribute it
> under certain conditions; type `mutt -vv' for details.
>
> System: Linux 2.4.14 (i586) [using ncurses 5.2]
> Compile options:
> -DOMAIN
> -DEBUG
> -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
> +USE_FCNTL -USE_FLOCK
> +USE_POP +USE_IMAP -USE_GSS -USE_SSL +USE_GNUTLS +USE_SASL
> +HAVE_REGCOMP -USE_GNU_REGEX
> +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
> +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
> +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
> +ENABLE_NLS -LOCALES_HACK +COMPRESSED +HAVE_WC_FUNCS
> +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
> +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID +HAVE_GETADDRINFO
> ISPELL="/usr/bin/ispell"
> SENDMAIL="/usr/sbin/sendmail"
> MAILPATH="/var/mail"
> PKGDATADIR="/usr/share/mutt"
> SYSCONFDIR="/etc"
> EXECSHELL="/bin/sh"
> MIXMASTER="mixmaster"
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please use the flea(1) utility.
>
> patch-1.3.24.rr.compressed.1
> patch-1.3.26.appoct.3
> patch-1.3.15.sw.pgp-outlook.1
> patch-1.3.27.admcd.gnutls.16
> Md.use_editor
> Md.paths_mutt.man
> Md.muttbug_no_list
> Md.use_etc_mailname
> Md.muttbug_warning
> Md.gpg_status_fd
> patch-1.3.25.cd.edit_threads.9.1
> patch-1.2.xtitles.1
> patch-1.3.23.1.ametzler.pgp_good_sign
>
> >How-To-Repeat:
> >Fix:
> }}}
New description:
[NOTE: this bug report has been submitted to the debian BTS as Bug#137747.
Please Cc all your replies to 137747@xxxxxxxxxxxxxxx .]
From: Mathias Palm <Mathias.Palm@xxxxxxx>
Subject: mutt-1.3.27i: gpg encryption to multiple recipients doesn't work
Date: Sun, 10 Mar 2002 22:49:04 +0100
Although gpg supports encryption to multiple recipients, mutt does not. AS
I understand from the
configuration file it should work. The problem seems to be the following
command:
{{{
set pgp_list_pubring_command=/usr/bin/gpg --no-verbose --batch --quiet
--with-colons --list-keys %r
}}}
%r resolves to a list of key-id's,
So doing for example (in mutt and assuming 12345 and 67890 are valid key
ID's):
{{{
Enter keyID for bla@bla: 12345 67890
}}}
resolves to
{{{
/usr/bin/gpg --no-verbose --batch --quiet --with-colons --list-keys
12345 67890
}}}
Doing the same on the command line perfectly works. Mutt, however, doesn't
seem to accept the output of this command but asks again for the keyID.
I found this problem posted on the mutt-users mailing-list about a year
ago, but nothing else.
Mathias
--
Ticket URL: <http://dev.mutt.org/trac/ticket/1100#comment:2>