added a gui item for managing automated searches

This commit is contained in:
SJ
2014-01-24 14:23:49 +01:00
parent 3d472205b6
commit e49704fac7
18 changed files with 447 additions and 37 deletions

View File

@ -471,5 +471,9 @@ $_['text_refresh_qr_code'] = "Refresh QR code";
$_['text_print_message'] = "Print";
$_['text_forward_selected_emails_to'] = "Forward selected emails to";
$_['text_search_expression'] = "Search expression";
$_['text_automated_search'] = "Automated search";
$_['text_delete_confirm_message'] = "Do you wish to delete";
$_['text_existing'] = "Existing";
$_['text_new'] = "new";
?>