diff options
| author | Vincent Richard <[email protected]> | 2005-03-17 18:15:22 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-03-17 18:15:22 +0000 |
| commit | f1e8e707776eec72e4395025a3e72f132d7c1700 (patch) | |
| tree | 7c5b54d6baedb9ea1a44e96cc2338dc0ed04f5ac /src/messageBuilder.cpp | |
| parent | Added 'VMime Viewer' example. (diff) | |
| download | vmime-f1e8e707776eec72e4395025a3e72f132d7c1700.tar.gz vmime-f1e8e707776eec72e4395025a3e72f132d7c1700.zip | |
Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.
Diffstat (limited to 'src/messageBuilder.cpp')
| -rw-r--r-- | src/messageBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messageBuilder.cpp b/src/messageBuilder.cpp index d1776278..0b4f0b9e 100644 --- a/src/messageBuilder.cpp +++ b/src/messageBuilder.cpp @@ -69,7 +69,7 @@ message* messageBuilder::construct() const msg->getHeader()->Date().setValue(datetime::now()); // Add a "Mime-Version" header field - msg->getHeader()->MimeVersion().setValue(string(MIME_VERSION)); + msg->getHeader()->MimeVersion().setValue(string(SUPPORTED_MIME_VERSION)); // If there is one or more attachments (or other parts that are // not "text/...") and if there is more than one parts for the |
