aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-06 08:51:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-06 08:51:24 +0000
commitf59c735b2a727a1359c485e9568e8c278a05c1ca (patch)
tree4244375e19b505357cd1340c6e3b1049e1f95642 /src/main.c
parentad1bba830a5e4a8d6d641111bf17396e177429da (diff)
added UI hints for IMAP4 operation.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@552 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 55fe685d..3b7c4a18 100644
--- a/src/main.c
+++ b/src/main.c
@@ -195,6 +195,7 @@ int main(int argc, char *argv[])
}
set_log_file("sylpheed.log");
+ set_ui_update_func(gtkut_events_flush);
set_input_query_password_func(input_dialog_query_password);
CHDIR_EXIT_IF_FAIL(get_home_dir(), 1);