diff mcabber/mcabberrc.example @ 1437:071c8170b7de

Add option 'statefile' to keep track of unread messages across restarts (Suggested by micressor)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 25 Feb 2008 20:27:56 +0100
parents a8eb9aba2ed2
children 736b82610dfa
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sun Feb 24 17:46:13 2008 +0100
+++ b/mcabber/mcabberrc.example	Mon Feb 25 20:27:56 2008 +0100
@@ -146,7 +146,12 @@
 # Default = 0 (disabled -- everything is loaded)
 # Note: this option is only used when reading history files, not later.
 #set max_history_age = 0
-#
+
+# mcabber can store the list of unread messages in a state file,
+# so that the message flags are set back at next startup.
+# Note that 'logging' must be enabled for this feature to work.
+#set statefile = ~/.mcabber/mcabber.state
+
 # You can specify a maximum number of data blocks per buffer (1 block contains
 # about 8kB).  The default is 0 (unlimited).  If set, this value must be > 2.
 #set max_history_blocks = 8