aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-inbox.el')
-rw-r--r--sx-inbox.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/sx-inbox.el b/sx-inbox.el
index 3bc95c8..9cdb959 100644
--- a/sx-inbox.el
+++ b/sx-inbox.el
@@ -63,6 +63,21 @@ KEYWORDS are added to the method call along with PAGE.
:keywords keywords
:filter sx-inbox-filter))
+
+;;; Major-mode
+(defvar sx-inbox--unread-inbox nil
+ "List of inbox items still unread.")
+
+(defvar sx-inbox--unread-notifications nil
+ "List of notifications items still unread.")
+
+(defvar sx-inbox--read-inbox nil
+ "List of inbox items which are read.
+These are identified by their links.")
+
+(defvar sx-inbox--read-notifications nil
+ "List of notification items which are read.
+These are identified by their links.")
(provide 'sx-inbox)
;;; sx-inbox.el ends here