Re: smime_keys init doesn't create directories
- To: mutt-users@xxxxxxxx
- Subject: Re: smime_keys init doesn't create directories
- From: Andrew Diederich <andrewdied@xxxxxxxxx>
- Date: Mon, 8 Sep 2008 16:31:06 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=sp69xfGA1asLCzG0xRC8uP9cveN2G8CeZajDiJGJWrE=; b=D0uQ7YS5TAnzVi1aLDVppVOto7CAvUAkB248KBlRJJmFalaNLCo+5pX6O35JMeV6fR YhEtZv+mUK60OkIG8ZEKXYMgJXrUp5RPdEWVqNr3cYQw8VFJE9gltJ/v2dzfL/ftndXq g3FH5AOyid0DtecKWNTGTsGyYkthjE5dxAq5o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=v6aCfrISM6p4o8K54hu4roGUecgJk5CJp4gOEQHifEx8T8Gz920T4SupeDwUalWXgJ JdP+C4oa0RRgJeua6wzslB3Axz5bYTdZl7nm+GR6iiAohlbcAfabNzdd1JrxE3feCD94 BiA67iF7IbESXNR6ujLhpIoSM/7nVm0BFU5as=
- In-reply-to: <20080908143536.GA20930@localhost>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: Andrew Diederich <andrewdied@xxxxxxxxx>, mutt-users@xxxxxxxx
- References: <20080819021130.GB7795@ubuntu> <20080907231900.GA15208@ubuntu> <20080908143536.GA20930@localhost>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.17+20080114 (2008-01-14)
On Mon, Sep 08, 2008 at 04:35:36PM +0200, Miroslav Lichvar wrote:
> On Sun, Sep 07, 2008 at 05:19:00PM -0600, Andrew Diederich wrote:
> > > I'm using the mutt 1.5.17 package on ubuntu 8.04. I have a thawte email
> > > certificate I'm trying to use with mutt. About the first thing in the
> > > smime readme is to "smime_keys init", which should create the ~/.smime/
> > > set of directories and subdirectories I have in my .muttrc.
>
> There was an smime_keys bug fixed in 1.5.18. Try using the latest
> version of the script to see if it's better.
Ok -- I tried the 1.5.18 version, and it wasn't too different:
andrew@ubuntu:~/src/mutt$ diff mutt-1.5.18/smime_keys.pl smime_keys.pl
23d22
< use File::Glob ':glob';
229c228
< $answer =~ /\"(.*?)\"/ and return bsd_glob($1, GLOB_TILDE |
GLOB_NOCHECK);
---
> $answer =~ /\"(.*?)\"/ and return $1;
But, it did make the directories! The obvious conclusion is glob is
evil. Or, there may be another conclusion, but that one's more fun.
Thanks for the help! Now, off to see if I can import my certificates.
--
Andrew Diederich