X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FMailStore.php;h=1d9361fa19dc6be4a599a389b9d7928798f4df35;hb=e0aa05fb6567fcbb92856a4fc4712a69640d2d03;hp=79a6c989504e08440d0590c957c3b634de597344;hpb=24c974a6442638dcc0f57496515d4837f7d872d2;p=civicrm-core.git diff --git a/CRM/Mailing/MailStore.php b/CRM/Mailing/MailStore.php index 79a6c98950..1d9361fa19 100644 --- a/CRM/Mailing/MailStore.php +++ b/CRM/Mailing/MailStore.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,16 +28,14 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * + * @copyright CiviCRM LLC (c) 2004-2016 */ class CRM_Mailing_MailStore { // flag to decide whether to print debug messages var $_debug = FALSE; /** - * Return the proper mail store implementation, based on config settings + * Return the proper mail store implementation, based on config settings. * * @param string $name * Name of the settings set from civimail_mail_settings to use (null for default). @@ -94,7 +92,7 @@ class CRM_Mailing_MailStore { } /** - * Expunge the messages marked for deletion; stub function to be redefined by IMAP store + * Expunge the messages marked for deletion; stub function to be redefined by IMAP store. */ public function expunge() { }