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
3f342f1e
...
3f342f1ebb0f0cc76d18fce789998f9ccc3b51e7
authored
2001-01-25 05:09:03 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
define MU_ATTRIBUTE_MODIFIED
1 parent
b0b1c03d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/attribute.h
include/mailutils/attribute.h
View file @
3f342f1
...
...
@@ -41,6 +41,7 @@ typedef struct _attribute * attribute_t;
#define MU_ATTRIBUTE_DRAFT 0x08
#define MU_ATTRIBUTE_SEEN 0x10
#define MU_ATTRIBUTE_READ 0x20
#define MU_ATTRIBUTE_MODIFIED 0x40
#define MU_ATTRIBUTE_RECENT 0x00
extern
int
attribute_create
__P
((
attribute_t
*
,
void
*
));
...
...
Please
register
or
sign in
to post a comment