summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 21:25:12 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-10 21:25:12 +0000
commit4cb1426d4874c84fbb8002cc2cf1533156382054 (patch)
tree956ec1b32d150fb07aa196358b30a038442cf97e
parent72a838b15876f49d3b78a57e4aa42338a1f8bedb (diff)
downloadmailutils-4cb1426d4874c84fbb8002cc2cf1533156382054.tar.gz
mailutils-4cb1426d4874c84fbb8002cc2cf1533156382054.tar.bz2
(i_octet_regex): Removed misleading comment.
-rw-r--r--libsieve/comparator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsieve/comparator.c b/libsieve/comparator.c
index 2b10c95ee..0d8a0ab58 100644
--- a/libsieve/comparator.c
+++ b/libsieve/comparator.c
@@ -339,7 +339,6 @@ i_octet_matches (const char *pattern, const char *text)
return fnmatch (pattern, text, 0) == 0;
}
-/* FIXME */
static int
i_octet_regex (const char *pattern, const char *text)
{

Return to:

Send suggestions and report system problems to the System administrator.