From 031b02fef26110c700baf0b4a81c5e7bec7a59f0 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sat, 15 May 2010 14:08:35 +0000 Subject: more booleans in settings, updated attachment-todo git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@334 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- attachments.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'attachments.cpp') 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" -- cgit v1.2.3