diff options
Diffstat (limited to 'kmail/attachmentstrategy.h')
-rw-r--r-- | kmail/attachmentstrategy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kmail/attachmentstrategy.h b/kmail/attachmentstrategy.h index e4440b246..835768949 100644 --- a/kmail/attachmentstrategy.h +++ b/kmail/attachmentstrategy.h @@ -46,7 +46,7 @@ namespace KMail { // // Factory methods: // - enum Type { Iconic, Smart, Inlined, Hidden }; + enum Type { Iconic, Smart, Inlined, Hidden, HeaderOnly }; static const AttachmentStrategy * create( Type type ); static const AttachmentStrategy * create( const TQString & type ); @@ -55,6 +55,7 @@ namespace KMail { static const AttachmentStrategy * smart(); static const AttachmentStrategy * inlined(); static const AttachmentStrategy * hidden(); + static const AttachmentStrategy * headerOnly(); // // Navigation methods: |