processing mails in folder - you can define rules than will be executed when entering...
[claws.git] / src / summaryview.h
index b631493577ef398b08c44c7225455dd1ff9ab95a..dccf3b21d11003ef684075388408a325ccea9ad3 100644 (file)
@@ -63,6 +63,7 @@ typedef enum
        SORT_BY_FROM,
        SORT_BY_SUBJECT,
        SORT_BY_SCORE,
+       SORT_BY_LOCKED,
        SORT_BY_LABEL,
        SORT_BY_MARK,
        SORT_BY_UNREAD,
@@ -246,4 +247,6 @@ void summary_set_colorlabel_color (GtkCTree         *ctree,
 
 void summary_set_column_order    (SummaryView          *summaryview);
 
+void processing_apply();
+
 #endif /* __SUMMARY_H__ */