diff options
Diffstat (limited to 'attachments.cpp')
-rw-r--r-- | attachments.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/attachments.cpp b/attachments.cpp index 6cc03bd..ad56540 100644 --- a/attachments.cpp +++ b/attachments.cpp @@ -23,10 +23,15 @@ * - check content encoding (base64 / quoted-printable) and apply appropriate opperation (maybe already in mime.cpp) * - check memory usage, use less copy operations / more references * - possibility to clear attachment-view , e.g. with decryption or encrypting a new message - * - clean header-file (remove dep. on keylist.h) * - save all: like in thunderbird, one folder, all files go there */ +/* + * - save, delete (clear) all + * - each line save & clear button + * - attached files to view-menu + */ + #include "attachments.h" |