summaryrefslogtreecommitdiffstats
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index 45d1b92a..391efadd 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -136,7 +136,8 @@
#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 RS_KEYWORD_EXCLUDE 0x100 /* exclude keyword */
+#define RS_RECOMMEND 0x200 /* search by recommends */
#define CURSOR_FIRST (RS_TITLE | RS_FIRST)
#define CURSOR_NEXT (RS_TITLE | RS_FORWARD)