Skip to content
Snippets Groups Projects
Commit ef9552c8 authored by rswindell's avatar rswindell
Browse files

Added Mail->View->SPAM Log menu item.

parent 4d5e9822
No related branches found
No related tags found
No related merge requests found
......@@ -2358,6 +2358,11 @@ object MainForm: TMainForm
AutoHotkeys = maManual
Caption = 'View'
ImageIndex = 47
object MailViewSpamLog: TMenuItem
Caption = 'SPAM Log'
Hint = 'SPAM.LOG'
OnClick = DataMenuItemClick
end
object MailViewTodaysLog: TMenuItem
Caption = 'Today'#39's Log'
Hint = 'ms'
......
......@@ -231,6 +231,7 @@ __published: // IDE-managed Components
TMenuItem *ReloadConfigurationFiles1;
TToolButton *ToolButton3;
TToolButton *ReloadConfigButton;
TMenuItem *MailViewSpamLog;
void __fastcall FileExitMenuItemClick(TObject *Sender);
void __fastcall ViewToolbarMenuItemClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment