diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-06 20:42:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-06 20:42:12 +0100 |
| commit | 43877eccbedc0950ab253e76dd0cea691fd7a4b0 (patch) | |
| tree | 8b2e1b6d54a07d12b2842bd1c6a362b8e8b22c6d /src/lib/quickmail.cc | |
| parent | 3b970d4c3089bbf7ca2c7f59d8d18142ed49de65 (diff) | |
| parent | 52fba4ddf170de2e073d1c4736b9407bad525290 (diff) | |
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Diffstat (limited to 'src/lib/quickmail.cc')
| -rw-r--r-- | src/lib/quickmail.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/quickmail.cc b/src/lib/quickmail.cc index 8d62e02c9..39e724c68 100644 --- a/src/lib/quickmail.cc +++ b/src/lib/quickmail.cc @@ -40,7 +40,7 @@ #define MAILPART_END 5 #define MAILPART_DONE 6 -static const char* default_mime_type = "text/plain"; +static const char* default_mime_type = "text/plain; charset=UTF-8"; //////////////////////////////////////////////////////////////////////// |
