mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
add recent
This commit is contained in:
parent
e5c98464c8
commit
abb0a67b83
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue