Ah, now I understand. This is the right patch.

# diff -u /var/tmp/mhutil.pl /usr/share/mhonarc/mhutil.pl
--- /var/tmp/mhutil.pl  2007-10-09 20:30:36.000000000 -0700
+++ /usr/share/mhonarc/mhutil.pl        2007-10-09 22:05:59.000000000 -0700
@@ -177,6 +177,7 @@
- Hide quoted text -
       next  if $skip;
       if ($tok =~ /^"/) {   # Quoted string
           $tok =~ s/^"//;  $tok =~ s/"$//;
+            $tok =~ s/\\(.)/$1/g;
           return $tok;
       }
       if ($tok =~ /^\(/) {  # Comment

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to