2020-11-23 Fred Gleason <fredg@paravelsystems.com>

* Added a 'DROPBOXES.SEND_EMAIL' field to the database.
	* Incremented the database version to 345.
	* Added 'RDDropbox::sendEmail()' and 'RDDropbox::setSendEmail()'
	methods.
	* Added a 'Send e-mail reports' checkbox to the 'Dropbox
	Configuration' dialog in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-11-23 12:48:47 -05:00
parent 7afa134de6
commit 0a0e73771a
18 changed files with 139 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
//
// Abstract a Rivendell Dropbox Configuration
//
// (C) Copyright 2002-2007,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -54,6 +54,8 @@ class RDDropbox
void setDeleteCuts(bool state) const;
bool deleteSource() const;
void setDeleteSource(bool state) const;
bool sendEmail() const;
void setSendEmail(bool state) const;
QString metadataPattern() const;
void setMetadataPattern(const QString &str) const;
QString userDefined() const;