Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7b123e22
...
7b123e22274933f402814d3c4e4c146a13ccffb6
authored
2007-12-21 22:12:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove unneeded macros
1 parent
b9ef5553
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
imap4d/list.c
imap4d/list.c
View file @
7b123e2
...
...
@@ -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
)
{
...
...
Please
register
or
sign in
to post a comment