mcabber/mcabberrc.example
changeset 899 a833f3d6119a
parent 837 7c74eef1d0e0
child 919 653c1cdfb589
equal deleted inserted replaced
898:c65b71dcda94 899:a833f3d6119a
    48 #set hide_offline_buddies = 0
    48 #set hide_offline_buddies = 0
    49 
    49 
    50 # History logging
    50 # History logging
    51 # You can save the messages history: set logging = 1
    51 # You can save the messages history: set logging = 1
    52 # You can load (read) the messages history: set load_logs = 1
    52 # You can load (read) the messages history: set load_logs = 1
       
    53 # If you enable load_logs, you can use the 'max_history_age' setting below.
    53 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
    54 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
    54 # Defaults for logging, load_logs are 0 (disabled)
    55 # Defaults for logging, load_logs are 0 (disabled)
    55 # Note: the logging directory must exist if you enable logging, mcabber
    56 # Note: the logging directory must exist if you enable logging, mcabber
    56 #       will not create it.
    57 #       will not create it.
    57 #set logging = 1
    58 #set logging = 1
    63 # Set load_muc_logs to 1 to read MUC chatrooms logs (default = 0).  These
    64 # Set load_muc_logs to 1 to read MUC chatrooms logs (default = 0).  These
    64 # logs will be displayed in the buffer window _before_ any history received
    65 # logs will be displayed in the buffer window _before_ any history received
    65 # from the server.
    66 # from the server.
    66 #set load_muc_logs = 0
    67 #set load_muc_logs = 0
    67 
    68 
       
    69 # When load_logs (or load_muc_logs) is enabled, you can specify a maximum
       
    70 # number of history days to load into memory with max_history_age.
       
    71 # Default = 0 (disabled -- everything is loaded)
       
    72 # Note: this option is only used when reading history files, not later.
       
    73 #set max_history_age = 0
       
    74 
    68 # IQ settings
    75 # IQ settings
    69 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve
    76 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve
    70 # your OS version
    77 # your OS version.
    71 #set iq_version_hide_os = 0
    78 #set iq_version_hide_os = 0
    72 
    79 
    73 # Beep
    80 # Beep
    74 # Set beep_on_message to 1 if you want mcabber to beep when receiving
    81 # Set beep_on_message to 1 if you want mcabber to beep when receiving
    75 # a new message (except in chatrooms).  If you want a more sophisticated
    82 # a new message (except in chatrooms).  If you want a more sophisticated