debian-bugs-dist  

Bug#315319: mutt: /etc/Muttrc contains a typo for smime_encrypt_command

Chris Adams
Tue, 21 Jun 2005 15:08:17 -0700

Package: mutt
Version: 1.5.9-2
Severity: normal

/etc/Muttrc contains the following line 
set smime_encrypt_command="openssl smime -encrypt -%a -outform DER -in %f %c"

The "-" before %a causes the openssl command to display the usage
information and quit when you attempt to send an enrypted message.
Removing it or adding the line below to your .muttrc fixes the problem:

set smime_encrypt_command="openssl smime -encrypt %a -outform DER -in %f %c"

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mutt depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.3                    4.3.27-2     Berkeley v4.3 Database Libraries [
ii  libgnutls11                 1.0.16-13.1  GNU TLS library - runtime library
ii  libidn11                    0.5.13-1.0   GNU libidn library, implementation
ii  libncursesw5                5.4-4        Shared libraries for terminal hand
ii  libsasl2                    2.1.19-1.5   Authentication abstraction library
ii  nullmailer [mail-transport- 1.00RC7-22   simple relay-only mail transport a

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

  • Bug#315319: mutt: /etc/Muttrc contains a typo for smime_encrypt_command Chris Adams