Yeah! Make sure the name of the folder is used, not that of the Folder-
Storage, otherwise random things happen.
BUG: 97223
svn path=/trunk/kdepim/; revision=381259
Therefore we do not rely much on the readerwin member vars which caused
problems with parallel downloads. This should hopefully fix the remaining load-on-demand
problems. It definitely fixes#92739.
I only noticed that the OpenWith action takes ages but this is probably not
a result of the change.
BUG: 92739
svn path=/trunk/kdepim/; revision=380928
- Correctly split comma-separated email addresses.
- Add buttons for explicitly picking recipients for To and CC.
svn path=/trunk/kdepim/; revision=380811
headers list is empty", also known as the "QGArray::at: Absolute index
n out of range" issue, by making sure that the quick search is only
updated after a new list view item has been completed added, not right
after the KListViewItem ctor, where we don't have valid folder index
entries in the header list items yet, which the status quick search needs.
CCMAIL: bastian@kde.org
svn path=/trunk/kdepim/; revision=380578
otherwise the kolab resource generates a different .kidl for kmailicaliface
than kmail itself, leading to failing DCOP calls.
Simply removing the dcopidlng subdir when kdelibs>=3.4 is required will be enough
to clean all this up.
svn path=/trunk/kdepim/; revision=380420
the fix is, you test, and commit. :-) This hides spam status for printing,
which is a bit silly to have been printing.
svn path=/trunk/kdepim/; revision=380148
Hopefully this increases usability a bit (those improvements are the result of the two user tests we've witnesses at aKademy):
- Change the label for the freely choosable name for the account from "Name" to "Account name"
- Change the label of the location of the mail spool file/folder to "File/Folder location"
- Change "Exclude from \"Check Mail\"" to "Include in manual mail check" (using include instead of exclude was suggested recently by Aaron)
- Remove some never used code.
- Use "Pre-command" everywhere (instead of inconsistent spellings)
- Move the "Check What the Server Supports" button to the top of the dialog pages because usually you first click on the button and only then change some settings (if necessary at all)
GUI:
svn path=/trunk/kdepim/; revision=379142