Package: exmh Version: 1:2.7.2-16 Severity: normal Tags: patch GPG encryption from within exmh is not recognizing the "default-key" setting specified in GPG's default config file. This affects the default signing key as well as the sender's key that is automatically added as a GPG-recipient (which encrypts a copy of the message to the sender if an Fcc header is specified).
The problem is that GPG's config file is defined as "options" instead of GPG's default "gpg.conf". -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (900, 'testing'), (400, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/bash Versions of packages exmh depends on: ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap ii nmh [mh] 1.2-3 A set of electronic mail handling ii tcl8.4 [tclsh] 8.4.19-2 Tcl (the Tool Command Language) v8 ii tcl8.5 [tclsh] 8.5.3-2 Tcl (the Tool Command Language) v8 ii tk8.4 [wish] 8.4.19-2 Tk toolkit for Tcl and X11, v8.4 - ii tk8.5 [wish] 8.5.3-4 Tk toolkit for Tcl and X11, v8.5 - ii xterm 235-1 X terminal emulator Versions of packages exmh recommends: ii metamail 2.7-54 implementation of MIME ii recode 3.6-15 Character set conversion utility Versions of packages exmh suggests: ii compface 1:1.5.2-4 Compress/decompress images for mai ii expect 5.43.0-17 A program that can automate intera pn expectk <none> (no description available) ii file 4.26-1 Determines file type using "magic" ii gnupg 1.4.9-3 GNU privacy guard - a free PGP rep pn mh-book <none> (no description available) pn pgp <none> (no description available) pn quintuple-agent <none> (no description available) -- no debconf information
--- pgpBase.tcl.orig 2008-06-18 04:57:23.000000000 -0700 +++ pgpBase.tcl 2009-01-05 00:15:47.000000000 -0800 @@ -85,7 +85,7 @@ set pgp(gpg,defaultPath) "$env(HOME)/.gnupg" } -set pgp(gpg,configFile) "$pgp(gpg,defaultPath)/options" +set pgp(gpg,configFile) "$pgp(gpg,defaultPath)/gpg.conf" set pgp(gpg,pubring) "$pgp(gpg,defaultPath)/pubring.gpg" set pgp(gpg,secring) "$pgp(gpg,defaultPath)/secring.gpg" set pgp(gpg,pubringBkp) "$pgp(gpg,defaultPath)/pubring.gpg~"