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

Added menu option to edit external mail processing configuration file

(ctrl/mailproc.cfg).
parent 25dbd99a
No related branches found
No related tags found
No related merge requests found
......@@ -2439,6 +2439,11 @@ object MainForm: TMainForm
Hint = 'DNSBL_EXEMPT.CFG'
OnClick = CtrlMenuItemEditClick
end
object ExternalMailProc: TMenuItem
Caption = 'External Mail Processing'
Hint = 'MAILPROC.CFG'
OnClick = CtrlMenuItemEditClick
end
end
end
object FtpMenuItem: TMenuItem
......
......@@ -259,6 +259,7 @@ __published: // IDE-managed Components
TMenuItem *ImportSettingsMenuItem;
TMenuItem *DNSBLExemptions;
TMenuItem *BBSEditIPFilterSilent;
TMenuItem *ExternalMailProc;
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