aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 14:08:35 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 14:08:35 +0000
commit031b02fef26110c700baf0b4a81c5e7bec7a59f0 (patch)
tree075aaa2db01e4ec77767b3449d6cb0eb55875b21 /attachments.cpp
parentremove unused header-import (diff)
downloadgpg4usb-031b02fef26110c700baf0b4a81c5e7bec7a59f0.tar.gz
gpg4usb-031b02fef26110c700baf0b4a81c5e7bec7a59f0.zip
more booleans in settings, updated attachment-todo
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@334 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'attachments.cpp')
-rw-r--r--attachments.cpp7
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"