Fixed a bug in kmmsgbase that causes problems with long subjects / froms.

Thanks to J.Sixt who reported the bug !

svn path=/trunk/kdenetwork/kmail/; revision=3580
wilder-work
Stefan Taferner 29 years ago
parent 9ec8a36bbe
commit 82e3f15856
  1. 2
      kmmsgbase.cpp

@ -167,7 +167,7 @@ const QString KMMsgBase::asIndexString(void) const
int i, len;
QString str(256);
str.sprintf("%c %-.9lu %-.9lu %-.9lu %-100s %-100s\n",
str.sprintf("%c %-.9lu %-.9lu %-.9lu %-100.100s %-100.100s\n",
(char)status(), folderOffset(), msgSize(), (unsigned long)date(),
(const char*)decodeQuotedPrintableString(from()),
(const char*)decodeQuotedPrintableString(subject()));

Loading…
Cancel
Save