add recent
This commit is contained in:
parent
e5c98464c8
commit
abb0a67b83
@ -11,6 +11,7 @@ enum
|
||||
FlagMarked = 1<<8,
|
||||
FlagNoSelect = 1<<9,
|
||||
FlagUnMarked = 1<<10,
|
||||
FlagRecent = 1<<11,
|
||||
};
|
||||
|
||||
typedef struct Box Box;
|
||||
|
||||
@ -45,6 +45,7 @@ static struct {
|
||||
"\\Flagged", FlagFlagged,
|
||||
"\\Deleted", FlagDeleted,
|
||||
"\\Draft", FlagDraft,
|
||||
"\\Recent", FlagRecent,
|
||||
"\\Seen", FlagSeen,
|
||||
"\\NoInferiors", FlagNoInferiors,
|
||||
"\\NoSelect", FlagNoSelect,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user