aboutsummaryrefslogtreecommitdiff
path: root/libsylph/mbox.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-06 07:59:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-06 07:59:36 +0000
commit57d3cf597bc3161b682906beac134d80f6f9b8d7 (patch)
treef4a0b0d5484cdc6a5d4e6da1bb7512abd2dcdaf4 /libsylph/mbox.h
parente80b802395604008b0f978e454e95affb39e240a (diff)
filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1531 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/mbox.h')
-rw-r--r--libsylph/mbox.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libsylph/mbox.h b/libsylph/mbox.h
index ce0f9112..eb29ecac 100644
--- a/libsylph/mbox.h
+++ b/libsylph/mbox.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 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
@@ -32,6 +32,11 @@ typedef enum {
gint proc_mbox (FolderItem *dest,
const gchar *mbox,
GHashTable *folder_table);
+gint proc_mbox_full (FolderItem *dest,
+ const gchar *mbox,
+ GHashTable *folder_table,
+ gboolean apply_filter);
+
gint lock_mbox (const gchar *base,
LockType type);
gint unlock_mbox (const gchar *base,