Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293984 | Differences between
and this patch

Collapse All | Expand All

(-)config.tcl.orig (-2 / +2 lines)
Lines 233-239 Link Here
233
		::config::setKey autoconnect 0			;#Automatically connect when amsn starts
233
		::config::setKey autoconnect 0			;#Automatically connect when amsn starts
234
		::config::setKey libtls_temp ""			;#TLS
234
		::config::setKey libtls_temp ""			;#TLS
235
		::config::setKey lineflushlog 1			;#Flush log files after each line
235
		::config::setKey lineflushlog 1			;#Flush log files after each line
236
		::config::setKey autocheckver 1			;#Automatically check for newer versions on startup
236
		::config::setKey autocheckver 0			;#Automatically check for newer versions on startup
237
		::config::setKey truncatenames 1		;#Truncate nicknames longer than window width in windows' title
237
		::config::setKey truncatenames 1		;#Truncate nicknames longer than window width in windows' title
238
		::config::setKey truncatenicks 0		;#Truncate nicknames longer than window width in chat windows
238
		::config::setKey truncatenicks 0		;#Truncate nicknames longer than window width in chat windows
239
		::config::setKey keepalive 1				;#Keep alive connection (ping every minute)
239
		::config::setKey keepalive 1				;#Keep alive connection (ping every minute)
Lines 244-250 Link Here
244
		::config::setKey start_ns_server "messenger.hotmail.com:1863"
244
		::config::setKey start_ns_server "messenger.hotmail.com:1863"
245
		::config::setKey default_gateway_server "gateway.messenger.hotmail.com"
245
		::config::setKey default_gateway_server "gateway.messenger.hotmail.com"
246
		::config::setKey start_gateway_server "gateway.messenger.hotmail.com"		
246
		::config::setKey start_gateway_server "gateway.messenger.hotmail.com"		
247
		::config::setKey activeautoupdate 1		;#Active the auto update
247
		::config::setKey activeautoupdate 0		;#Active the auto update
248
		::config::setKey allowbadwords 1		;#Disable censure on nicks
248
		::config::setKey allowbadwords 1		;#Disable censure on nicks
249
		::config::setKey enablebanner 1		;#Show or Hide AMSN Banner (By default Show)
249
		::config::setKey enablebanner 1		;#Show or Hide AMSN Banner (By default Show)
250
		::config::setKey startontray 0		;#Start amsn on tray icon only (hide contact list)
250
		::config::setKey startontray 0		;#Start amsn on tray icon only (hide contact list)

Return to bug 293984