comparison mcabber/mcabberrc.example @ 1144:b8f5fe2d666a

Add option "logging_ignore_status"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 06 Feb 2007 21:43:42 +0100
parents 5be2408a6534
children c4da23bf8958
comparison
equal deleted inserted replaced
1143:d48822e6586b 1144:b8f5fe2d666a
90 # Note: changing this option once mcabber is running has no effect. 90 # Note: changing this option once mcabber is running has no effect.
91 #set disable_chatstates = 0 91 #set disable_chatstates = 0
92 92
93 # History logging 93 # History logging
94 # You can save the messages history: set logging = 1 94 # You can save the messages history: set logging = 1
95 # Set 'logging_ignore_status' to 1 if you do not want to save status changes
96 # (and status messages) to the log files (default: 0).
95 # You can load (read) the messages history: set load_logs = 1 97 # You can load (read) the messages history: set load_logs = 1
96 # If you enable load_logs, you can use the 'max_history_age' setting below. 98 # If you enable load_logs, you can use the 'max_history_age' setting below.
97 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/ 99 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
98 # Defaults for logging, load_logs are 0 (disabled) 100 # Defaults for logging, load_logs are 0 (disabled)
99 # Note: the logging directory must exist if you enable logging, mcabber 101 # Note: the logging directory must exist if you enable logging, mcabber
101 # Note: these options, except 'max_history_age' and 'max_history_blocks', 103 # Note: these options, except 'max_history_age' and 'max_history_blocks',
102 # are used at startup time. 104 # are used at startup time.
103 #set logging = 1 105 #set logging = 1
104 #set load_logs = 1 106 #set load_logs = 1
105 #set logging_dir = /home/mikael/.mcabber/histo/ 107 #set logging_dir = /home/mikael/.mcabber/histo/
108 #set logging_ignore_status = 1
106 109
107 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0) 110 # Set log_muc_conf to 1 to enable MUC chatrooms logging (default = 0)
108 #set log_muc_conf = 1 111 #set log_muc_conf = 1
109 # Set load_muc_logs to 1 to read MUC chatrooms logs (default = 0). These 112 # Set load_muc_logs to 1 to read MUC chatrooms logs (default = 0). These
110 # logs will be displayed in the buffer window _before_ any history received 113 # logs will be displayed in the buffer window _before_ any history received