aboutsummaryrefslogtreecommitdiff
path: root/libsylph/mbox.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-08 01:53:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-08 01:53:42 +0000
commit51f4fa2f70d527f0496ce93ea67e066119af69bc (patch)
tree8ca6989ced6ecee6c7700d3f16301b148dca6f17 /libsylph/mbox.h
parent71fefa4187e49bc09bfda6cce14fe92ebd1f008d (diff)
don't filter junk on import.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1535 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/mbox.h')
-rw-r--r--libsylph/mbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/mbox.h b/libsylph/mbox.h
index eb29ecac..cd2f7352 100644
--- a/libsylph/mbox.h
+++ b/libsylph/mbox.h
@@ -35,7 +35,8 @@ gint proc_mbox (FolderItem *dest,
gint proc_mbox_full (FolderItem *dest,
const gchar *mbox,
GHashTable *folder_table,
- gboolean apply_filter);
+ gboolean apply_filter,
+ gboolean filter_junk);
gint lock_mbox (const gchar *base,
LockType type);