From a607150a08e8a98b3cb4c89d9e64d3d2fde5312a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Jan 2015 00:25:26 +0100 Subject: weechat: import all changes --- weechat/xfer.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'weechat/xfer.conf') diff --git a/weechat/xfer.conf b/weechat/xfer.conf index 2bfc881..583f62a 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -2,6 +2,11 @@ # xfer.conf -- weechat v1.1-dev # +[look] +auto_open_buffer = on +progress_bar_size = 20 +pv_tags = "notify_private" + [color] status_aborted = lightred status_active = lightblue @@ -13,6 +18,14 @@ text = default text_bg = default text_selected = white +[network] +blocksize = 65536 +fast_send = on +own_ip = "" +port_range = "" +speed_limit = 0 +timeout = 300 + [file] auto_accept_chats = off auto_accept_files = off @@ -24,16 +37,3 @@ convert_spaces = on download_path = "%h/xfer" upload_path = "~" use_nick_in_filename = on - -[look] -auto_open_buffer = on -progress_bar_size = 20 -pv_tags = "notify_private" - -[network] -blocksize = 65536 -fast_send = on -own_ip = "" -port_range = "" -speed_limit = 0 -timeout = 300 -- cgit v1.2.3-54-g00ecf