[Pgp-tools-commit] r703 - trunk/caff
Guilhem Moulin
guilhem-guest at moszumanska.debian.org
Thu Sep 4 20:40:09 UTC 2014
Author: guilhem-guest
Date: 2014-09-04 20:40:09 +0000 (Thu, 04 Sep 2014)
New Revision: 703
Modified:
trunk/caff/caff
Log:
typo
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2014-09-04 20:20:35 UTC (rev 702)
+++ trunk/caff/caff 2014-09-04 20:40:09 UTC (rev 703)
@@ -1740,7 +1740,7 @@
if ($uid->{type} eq 'uat') {
my $attach = ask("UID $uid->{'text'} is an attribute UID, attach it to every email?", 1);
push @attached, $uid if $attach;
- } elsif ($uid->{'text'} ~= /.*<([^>]+[\@\N{U+FE6B}\N{U+FF20}][^>]+)>$/) {
+ } elsif ($uid->{'text'} =~ /.*<([^>]+[\@\N{U+FE6B}\N{U+FF20}][^>]+)>$/) {
# XXX This does not cover the full RFC 2822 specification:
# The local part may contain '>' in a quoted string.
# However as of 1.4.18/2.0.26, gpg doesn't allow that either.
More information about the Pgp-tools-commit
mailing list