aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-30 06:48:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-10-30 06:48:54 +0000
commit40ad913f977a5fa22fd39175027effd7e8f069b9 (patch)
treec254aee1911493d4739bb70a38dc32174a0743bf /src/inc.h
parent0a7c79643d2a551cf4c62a096f25fae8fe2eaf6b (diff)
impelmented POP before SMTP.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1254 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inc.h b/src/inc.h
index 3e15f4ff..b780839b 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -86,7 +86,8 @@ gint inc_account_mail (MainWindow *mainwin,
PrefsAccount *account);
void inc_all_account_mail (MainWindow *mainwin,
gboolean autocheck);
-void inc_progress_update (Pop3Session *session);
+
+gint inc_pop_before_smtp (PrefsAccount *account);
gboolean inc_is_active (void);