diff options
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h index 0ea53e19..45d1b92a 100644 --- a/include/modes.h +++ b/include/modes.h @@ -136,6 +136,7 @@ #define RS_MARK 0x20 /* search the first article */ #define RS_AUTHOR 0x40 /* search author's article */ #define RS_NEWPOST 0x80 /* search new posts */ +#define RS_NOKEYWORD 0x100 /* search new posts */ #define CURSOR_FIRST (RS_TITLE | RS_FIRST) #define CURSOR_NEXT (RS_TITLE | RS_FORWARD) |