turns out that it had been fixed in trunk already :/
bodypartformatter: close tempfile before starting korganizer, otherwise it'll see an empty file.
(https://intevation.de/roundup/kolab/issue816)
libkcal: set error message when parsing an empty file, fixes detailed-err-box with empty details.
svn path=/branches/kdepim/proko2/kdepim/; revision=428790
was changed locally, but nothing else, the "status changed locally" flag
was not set, and the status changes thus lost on sync.
svn path=/branches/kdepim/proko2/kdepim/; revision=426420
Raises a question about KToggleAction::setCheckedState that I'm not sure how to answer:
should it show the icon in "pressed" state or not. Seems that the answer is along
the lines of "yes if only the icon changes, no if the text changes", but this sounds a bit weird.
svn path=/branches/kdepim/proko2/kdepim/; revision=426073
SVN commit 424289 by tilladam:
Don't use KIO::del to delete the local cache when removing a dimap
folder. The underlying KMFolderMailDir does unlinks, to avoid a storm of
progress dialogs, so let's rely on that.
svn path=/branches/kdepim/proko2/kdepim/; revision=424380
SVN commit 423824 by tilladam:
Make sure that the cc is properly taken into account during identity
detection on replies.
svn path=/branches/kdepim/proko2/kdepim/; revision=424376
SVN commit 424363 by tilladam:
Don't allow operations to be performed on items which are already
being operated on. Namely holding down the Del key was triggering
multiple Deletes/Moves for the same message pointer, which for any
but the first command was dangeling. Quite obvious, in retrospect...
svn path=/branches/kdepim/proko2/kdepim/; revision=424365
as discussed on kolab-format. This is backwards compatible, i.e. we can still load dist lists
that use the "contact" mimetype.
svn path=/branches/kdepim/proko2/kdepim/; revision=421173
content type is re-set to text/plain and not reused from the original
message, since that might have been mulitpart/signed or multipart/digest
or multipart/alternative, all of which would produce broken messages.
This was fixed differently (and more intrusively) in HEAD many moons
ago.
svn path=/branches/kdepim/proko2/kdepim/; revision=420789
annotations it does not matter either way, and with this it's easier
to recognize them in the web interface, etc.
svn path=/branches/kdepim/proko2/kdepim/; revision=420330
1) openpgp/mime misconfigured on my system currently, so only s/mime available
2) till's addressbook entry having only openpgp/mime checked, and "Always Sign" as preference.
The keyresolver then finds no match, as expected, but didn't even tell me about it, it just cancelled.
=> added a messagebox, and added the possibility to send the mail without signing it.
svn path=/branches/kdepim/proko2/kdepim/; revision=413314