aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 08:35:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 08:35:55 +0000
commit4405c245a1c3608f76e48fe64bab1122cfdad64b (patch)
tree2fe300963f584cda964ac68c347d17a378ab1da2 /libsylph/prefs_account.h
parent4136cc09224f82a99016a9af275564372c868a4a (diff)
implemented the automatic filtering of IMAP4 INBOX folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1491 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_account.h')
-rw-r--r--libsylph/prefs_account.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/prefs_account.h b/libsylph/prefs_account.h
index 8c848f64..1e9bd4b0 100644
--- a/libsylph/prefs_account.h
+++ b/libsylph/prefs_account.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -92,7 +92,9 @@ struct _PrefsAccount
gchar *inbox;
gboolean imap_check_inbox_only;
+ gboolean imap_filter_inbox_on_recv;
gint imap_auth_type;
+
gint max_nntp_articles;
gboolean recv_at_getall;