comparison 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
comparison
equal deleted inserted replaced
1436:6fb141142388 1437:071c8170b7de
144 # When load_logs (or load_muc_logs) is enabled, you can specify a maximum 144 # When load_logs (or load_muc_logs) is enabled, you can specify a maximum
145 # number of history days to load into memory with max_history_age. 145 # number of history days to load into memory with max_history_age.
146 # Default = 0 (disabled -- everything is loaded) 146 # Default = 0 (disabled -- everything is loaded)
147 # Note: this option is only used when reading history files, not later. 147 # Note: this option is only used when reading history files, not later.
148 #set max_history_age = 0 148 #set max_history_age = 0
149 # 149
150 # mcabber can store the list of unread messages in a state file,
151 # so that the message flags are set back at next startup.
152 # Note that 'logging' must be enabled for this feature to work.
153 #set statefile = ~/.mcabber/mcabber.state
154
150 # You can specify a maximum number of data blocks per buffer (1 block contains 155 # You can specify a maximum number of data blocks per buffer (1 block contains
151 # about 8kB). The default is 0 (unlimited). If set, this value must be > 2. 156 # about 8kB). The default is 0 (unlimited). If set, this value must be > 2.
152 #set max_history_blocks = 8 157 #set max_history_blocks = 8
153 158
154 # IQ settings 159 # IQ settings