$NetBSD: patch-ac,v 1.6 2007/12/03 16:47:25 wiz Exp $

--- smime_keys.pl.orig	2007-03-02 19:44:44.000000000 +0100
+++ smime_keys.pl
@@ -225,7 +225,7 @@ You must set this in your mutt config fi
 EOF
 #'
 
-    $answer =~ /\"(.*?)\"/ and return $1;
+    $answer =~ /\"(.*?)\"/ and return `echo -n $1`;
     
     $answer =~ /^Mutt (.*?) / and die<<EOF;
 This script requires mutt 1.5.0 or later. You are using mutt $1.
