Re: smime_keys

2013-10-21 Thread Блогер
 I got Attribute 'localKeyID' wasn't set. at /usr/local/bin/smime_keys line
 603. on command smime_keys add_p12 file.p12. What is going wrong?

I see no reply on my message. Or I miss something?

-- 
() кампания ASCII Ribbon - против писем в HTML формате
/\ www.asciiribbon.org   - против проприетарных вложений



Re: Preventing send-hooks from overriding reply-hooks

2013-10-21 Thread Michael Elkins

On Mon, Oct 21, 2013 at 12:24:00AM -0400, Matt Rechkemmer wrote:

Lately, I've found myself needing to change my replies' From address and
signature based on which address the original message was sent to.  I
thought reply-hooks would be perfect for this, but I kept getting jammed up
on my default send-hook.  I dug this gem out of the archive from 2002:


However, you can inhibit send-hook's in the reply case by using the
pattern '! ~Q' (not-replied) in the send-hook to tell when reply-hook's
have been executed.


Oh, how I wish this was in the documentation near reply-hooks.

Perhaps it could be added in the future?


Good idea, I just updated the manual with that snippet.

https://dev.mutt.org/trac/changeset/6325/
--
PGP key 4096R/4054DBFA DD1E A7F4 7860 2D5E 7BDE  459E DB99 9B42 4054 DBFA


Re: inconsistent display of subject line

2013-10-21 Thread Michael Elkins

How can I fix the descibed behavior?


Did you link Mutt with with libncursesw (the wide-char version)?  
This can happen when you link against libncurses instead.

--
PGP key 4096R/4054DBFA DD1E A7F4 7860 2D5E 7BDE  459E DB99 9B42 4054 DBFA


Re: inconsistent display of subject line

2013-10-21 Thread Michael Elkins

On Tue, Oct 22, 2013 at 01:43:04AM +0200, Ulrich Lauther wrote:

On Mon, Oct 21, 2013 at 09:02:22PM +, Michael Elkins wrote:

How can I fix the descibed behavior?

Did you link Mutt with with libncursesw (the wide-char version)?  This can
happen when you link against libncurses instead.


Yes, changing in the Makefile the MUTTLIBS line to
   MUTTLIBS =  /lib/i386-linux-gnu/libncursesw.so.5
helps.

However,
   MUTTLIBS =  -L/lib/i386-linux-gnu -lncursesw
gives
   /usr/bin/ld: cannot find -lncursesw

Why?


Make sure you have installed the libncursesw5-dev package.
--
PGP key 4096R/4054DBFA DD1E A7F4 7860 2D5E 7BDE  459E DB99 9B42 4054 DBFA