Function notcoal::filter

source ·
pub fn filter(
    db: &Database,
    query_tag: &str,
    leave_tag: bool,
    sync_tags: bool,
    filters: &[Filter]
) -> Result<usize>
Expand description

Apply all supplied filters to the corresponding matching messages

Either fails or returns how many filters were applied