X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_filtering.h;h=8055d14526c66dbc75b181db61667671f5b78eae;hp=e32e774c0c91d84dfbf385b5058bd442e7f15bf1;hb=67c89f7144bd0b1e640717e8ebe58ee97cca5493;hpb=788289df177ca07addba2c3790876acfa97b4a7f diff --git a/src/prefs_filtering.h b/src/prefs_filtering.h index e32e774c0..8055d1452 100644 --- a/src/prefs_filtering.h +++ b/src/prefs_filtering.h @@ -20,10 +20,29 @@ #ifndef __PREFS_FILTERING_H__ #define __PREFS_FILTERING_H__ +#include + /* void prefs_scoring_read_config (void); void prefs_scoring_write_config (void); */ -void prefs_filtering_open(FolderItem * item); + +typedef enum +{ + FILTER_BY_NONE, + FILTER_BY_AUTO, + FILTER_BY_FROM, + FILTER_BY_TO, + FILTER_BY_SUBJECT +} PrefsFilterType; + +#include "folder.h" + +void prefs_filtering_open (FolderItem * item, + const gchar *header, + const gchar *key); +void prefs_filtering_rename_path (const gchar *old_path, + const gchar *new_path); +void prefs_filtering_delete_path (const gchar *path); #endif /* __PREFS_FILTERING_H__ */