-rw-r--r-- | noncore/net/mail/viewmail.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/mail/viewmail.cpp b/noncore/net/mail/viewmail.cpp index 5e7ffeb..d4c5150 100644 --- a/noncore/net/mail/viewmail.cpp +++ b/noncore/net/mail/viewmail.cpp | |||
@@ -149,4 +149,5 @@ for (unsigned int i = 0; i < body.Parts().count();++i) { | |||
149 | curItem=new AttachItem(parentItem,curItem,type,desc,filename,fsize,i,body.Parts()[i].Positionlist()); | 149 | curItem=new AttachItem(parentItem,curItem,type,desc,filename,fsize,i,body.Parts()[i].Positionlist()); |
150 | attachments->setRootIsDecorated(true); | 150 | attachments->setRootIsDecorated(true); |
151 | curItem = parentItem; | ||
151 | } else { | 152 | } else { |
152 | curItem=new AttachItem(attachments,curItem,type,desc,filename,fsize,i,body.Parts()[i].Positionlist()); | 153 | curItem=new AttachItem(attachments,curItem,type,desc,filename,fsize,i,body.Parts()[i].Positionlist()); |
@@ -247,5 +248,5 @@ ViewMail::ViewMail( QWidget *parent, const char *name, WFlags fl) | |||
247 | 248 | ||
248 | readConfig(); | 249 | readConfig(); |
249 | 250 | attachments->setSorting(-1); | |
250 | } | 251 | } |
251 | 252 | ||