Package: mutt
Version: 1.5.17+20080114-1+b1
Followup-For: Bug #474646

I've attached a patch, smime_keys just needs perl glob() 
around mutt -Q calls.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt depends on:
ii  libc6                    2.7-10          GNU C Library: Shared libraries
ii  libgdbm3                 1.8.3-3         GNU dbm database routines (runtime
ii  libgnutls26              2.2.3~rc-1      the GNU TLS library - runtime libr
ii  libidn11                 1.8-1           GNU libidn library, implementation
ii  libncursesw5             5.6+20080308-1  Shared libraries for terminal hand
ii  libsasl2-2               2.1.22.dfsg1-20 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  exim4                         4.69-5     meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.69-5+b1  lightweight Exim MTA (v4) daemon
ii  locales                       2.7-10     GNU C Library: National Language (
ii  mime-support                  3.40-1.1   MIME files 'mime.types' & 'mailcap

-- no debconf information
--- smime_keys  2008-05-21 14:51:21.000000000 -0600
+++ smime_keys.orig     2008-05-21 14:51:36.000000000 -0600
@@ -57,14 +57,14 @@
 my @cert_tmp_file = ();
 
 my $tmpdir;
-my $private_keys_path = glob( mutt_Q 'smime_keys' );
+my $private_keys_path = mutt_Q 'smime_keys';
 die "smime_keys is not set in mutt's configuration file"
        if length $private_keys_path == 0;
 
-my $certificates_path = glob( mutt_Q 'smime_certificates' );
+my $certificates_path = mutt_Q 'smime_certificates';
 die "smime_certificates is not set in mutt's configuration file"
        if length $certificates_path == 0;
-my $root_certs_path   = glob( mutt_Q 'smime_ca_location' );
+my $root_certs_path   = mutt_Q 'smime_ca_location';
 die "smime_ca_location is not set in mutt's configuration file"
        if length $root_certs_path == 0;
 

Reply via email to