summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-12-21 22:12:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-12-21 22:12:49 +0000
commit7b123e22274933f402814d3c4e4c146a13ccffb6 (patch)
tree2743cc11aec819d54cb0c02c8f25de4cd7c033d5
parentb9ef5553104e1125d305c828017394c40941b19a (diff)
downloadmailutils-7b123e22274933f402814d3c4e4c146a13ccffb6.tar.gz
mailutils-7b123e22274933f402814d3c4e4c146a13ccffb6.tar.bz2
Remove unneeded macros
-rw-r--r--imap4d/list.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/imap4d/list.c b/imap4d/list.c
index 6ba653f63..0e40546d7 100644
--- a/imap4d/list.c
+++ b/imap4d/list.c
@@ -21,13 +21,6 @@
#include <dirent.h>
#include <pwd.h>
-#define NOMATCH (0)
-#define MATCH (1 << 0)
-#define RECURSE_MATCH (1 << 1)
-#define NOSELECT (1 << 2)
-#define NOINFERIORS (1 << 3)
-#define NOSELECT_RECURSE (1 << 4)
-
static int
imap4d_match (const char *name, void *pat, int flags)
{

Return to:

Send suggestions and report system problems to the System administrator.