Add spam actions icons
@ -237,6 +237,7 @@ class mail_tree
|
|||||||
'Sent' => $this->ui->mail_bo->getSentFolder(false),
|
'Sent' => $this->ui->mail_bo->getSentFolder(false),
|
||||||
'Junk' => $this->ui->mail_bo->getJunkFolder(false),
|
'Junk' => $this->ui->mail_bo->getJunkFolder(false),
|
||||||
'Outbox' => $this->ui->mail_bo->getOutboxFolder(false),
|
'Outbox' => $this->ui->mail_bo->getOutboxFolder(false),
|
||||||
|
'Ham' => $this->ui->mail_bo->icServer->acc_folder_ham
|
||||||
);
|
);
|
||||||
foreach ($foldersList as &$folder)
|
foreach ($foldersList as &$folder)
|
||||||
{
|
{
|
||||||
|
@ -972,7 +972,7 @@ class mail_ui
|
|||||||
),
|
),
|
||||||
'ham' => array (
|
'ham' => array (
|
||||||
'caption' => 'Report as Ham',
|
'caption' => 'Report as Ham',
|
||||||
'icon' => 'ham',
|
'icon' => 'dhtmlxtree/MailFolderHam',
|
||||||
'onExecute' => 'javaScript:app.mail.spam_actions',
|
'onExecute' => 'javaScript:app.mail.spam_actions',
|
||||||
'hint' => 'Report this email content as Ham (not spam) - spam solutions like spamTitan will learn',
|
'hint' => 'Report this email content as Ham (not spam) - spam solutions like spamTitan will learn',
|
||||||
'allowOnMultiple' => false
|
'allowOnMultiple' => false
|
||||||
|
BIN
mail/templates/pixelegg/images/blacklist.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
mail/templates/pixelegg/images/spam_list_add.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
mail/templates/pixelegg/images/spam_list_domain_add.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
mail/templates/pixelegg/images/spam_list_domain_remove.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
mail/templates/pixelegg/images/spam_list_remove.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
mail/templates/pixelegg/images/whitelist.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
pixelegg/images/dhtmlxtree/MailFolderHam.png
Normal file
After Width: | Height: | Size: 2.6 KiB |