X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Femailer.h;h=0309b134d17c16fca408fc8daecbb680a4133900;hb=5c712268c87dd318a6f5357b0d8f7b8a8b7764bb;hp=5924e79b1d8c6c30a97dcb672077921aa2e59d62;hpb=a45c4ac7032ac5c435105190b6fa947879c0610a;p=dcpomatic.git diff --git a/src/lib/emailer.h b/src/lib/emailer.h index 5924e79b1..0309b134d 100644 --- a/src/lib/emailer.h +++ b/src/lib/emailer.h @@ -1,19 +1,20 @@ /* Copyright (C) 2015 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ @@ -47,6 +48,8 @@ public: private: + std::string fix (std::string s) const; + std::string _from; std::list _to; std::string _subject;