diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 14:50:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 14:50:54 +0200 |
commit | b4ba2aed63e979670ef9931546a7118daadd48b5 (patch) | |
tree | c962ea0473383da37e8c74891d59ff1d4467da80 /common/domain/mail.cpp | |
parent | 40bc3c0607757159e274a72c4dca6f2445196ef0 (diff) | |
download | sink-b4ba2aed63e979670ef9931546a7118daadd48b5.tar.gz sink-b4ba2aed63e979670ef9931546a7118daadd48b5.zip |
Cleanup
Diffstat (limited to 'common/domain/mail.cpp')
-rw-r--r-- | common/domain/mail.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/domain/mail.cpp b/common/domain/mail.cpp index c1b0b34..ee58928 100644 --- a/common/domain/mail.cpp +++ b/common/domain/mail.cpp | |||
@@ -66,8 +66,6 @@ void TypeImplementation<Mail>::configure(IndexPropertyMapper &indexPropertyMappe | |||
66 | 66 | ||
67 | void TypeImplementation<Mail>::configure(ReadPropertyMapper<Buffer> &propertyMapper) | 67 | void TypeImplementation<Mail>::configure(ReadPropertyMapper<Buffer> &propertyMapper) |
68 | { | 68 | { |
69 | |||
70 | |||
71 | propertyMapper.addMapping<Mail::Uid, Buffer>(&Buffer::uid); | 69 | propertyMapper.addMapping<Mail::Uid, Buffer>(&Buffer::uid); |
72 | propertyMapper.addMapping<Mail::Sender, Buffer>(&Buffer::sender); | 70 | propertyMapper.addMapping<Mail::Sender, Buffer>(&Buffer::sender); |
73 | propertyMapper.addMapping<Mail::SenderName, Buffer>(&Buffer::senderName); | 71 | propertyMapper.addMapping<Mail::SenderName, Buffer>(&Buffer::senderName); |