diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-06 22:37:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-06 22:37:29 +0000 |
| commit | fa737edf632ab952ab6f2f70d4af61cca9a1da63 (patch) | |
| tree | e1b5420f74aa9c74da4d15b27de5acb42ef2da9e /src/lib/send_problem_report_job.h | |
| parent | e4c1072a393a0bcc3dec7070f26915a1878392ab (diff) | |
Use in-tree libquickmail; send metadata.xml too; fix basic build errors with quickmail.
Diffstat (limited to 'src/lib/send_problem_report_job.h')
| -rw-r--r-- | src/lib/send_problem_report_job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/send_problem_report_job.h b/src/lib/send_problem_report_job.h index 76a920ad3..d77eec544 100644 --- a/src/lib/send_problem_report_job.h +++ b/src/lib/send_problem_report_job.h @@ -34,6 +34,8 @@ public: void run (); private: + void add_file (std::string& body, boost::filesystem::path file) const; + std::string _from; std::string _summary; }; |
