fix 'pop before smtp' timeout

This commit is contained in:
Paul Mangan 2003-05-19 09:31:39 +00:00
parent 0d78f55f52
commit 1fe72c7b6d
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-05-19 [paul] 0.8.11claws165
* src/inc.c
fix 'pop before smtp' timeout
2003-05-18 [alfons] 0.8.11claws164
* src/prefs_matcher.c

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=11
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws164
EXTRA_VERSION=claws165
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -674,6 +674,8 @@ static IncState inc_pop3_session_do(IncSession *session)
debug_print("getting new messages of account %s...\n",
pop3_session->ac_prefs->account_name);
pop3_session->ac_prefs->last_pop_login_time = time(NULL);
buf = g_strdup_printf(_("%s: Retrieving new messages"),
pop3_session->ac_prefs->recv_server);