diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-12 18:38:27 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-12 18:38:27 +0000 |
commit | d12ebc839f2d509c8a5ac60f7e9e55ffab5dcbcf (patch) | |
tree | 01780dd64257fa84bc76ed7c79285513d5235673 /attachments.cpp | |
parent | visual polishing of attachment-view, testfile for more attachments, add test-... (diff) | |
download | gpg4usb-d12ebc839f2d509c8a5ac60f7e9e55ffab5dcbcf.tar.gz gpg4usb-d12ebc839f2d509c8a5ac60f7e9e55ffab5dcbcf.zip |
add option for mimeparsing to settings-dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@326 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'attachments.cpp')
-rw-r--r-- | attachments.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/attachments.cpp b/attachments.cpp index dc248a4..c844e81 100644 --- a/attachments.cpp +++ b/attachments.cpp @@ -21,7 +21,6 @@ /* TODO: * - check content encoding (base64 / quoted-printable) and apply appropriate opperation (maybe already in mime.cpp) - * - add option to settingsdialog for mimeparsing * - check memory usage, use less copy operations / more references * - try table-model-view for mimeparts */ |