created filter actions. Now they are hidden during
the editing of the toolbars to avoid that they are
plugged statically (which leads to crashes as the
bug reports have shown).
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=355391
Partially revert moving the folder tree reloading to the end of the method because the folder tree has to be loaded in any case. This fixes the non-visible folders after starting KMail when the intro is shown.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352490
CVS commit by tilladam:
Aaaand, dimap mail eater number two for today. This time we prevent it
eating everything but the inbox on prefix changes, like so:
- have a bunch of folders at top level, because your prefix is INBOX
- change prefix to nothing
- sync
- all top level folders are removed locally since the server doesn't
list them anymore. They have an imap path, so we figure they must have
been on the server at some point, so that means we must have deleted
them locally, which means we need to delete them on the server
- add list of folder under the new prefix
- go through list of locally deleted folders (or those we think we deleted)
and deleted them from the server
- say hello to Mr. INBOX, the lonely inhabitant of your account since all
other folders have been removed
David's patch, I just figured out what happens.
svn path=/trunk/kdepim/; revision=347966
eating everything but the inbox on prefix changes, like so:
- have a bunch of folders at top level, because your prefix is INBOX
- change prefix to nothing
- sync
- all top level folders are removed locally since the server doesn't
list them anymore. They have an imap path, so we figure they must have
been on the server at some point, so that means we must have deleted
them locally, which means we need to delete them on the server
- add list of folder under the new prefix
- go through list of locally deleted folders (or those we think we deleted)
and deleted them from the server
- say hello to Mr. INBOX, the lonely inhabitant of your account since all
other folders have been removed
David's patch, I just figured out what happens.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=347963
CVS commit by tilladam:
Use the override codec for printing from the main readerwindow and from a
standalone readerwindow if one is set.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=347724
displays the current message in a separate reader window and assigning
the Return key to it by default.
CCMAIL: 59927-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=345906
was a problem in deciding which filters should be plugged
into the toolbar. As changing the filter dialog is
impossible because of the string freeze, the first approach
was to plug all shortcut filters into menu and toolbar.
Ingo suggested to plug only those shortcut filters into the
toolbar which have a non-default icon. So the user can control
the pluging even with the current dialog.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=343817
CVS commit by gungl:
Port the plugging of shortcut filters (AKA ad-hoc filters) into
menu and toolbar to the XMLGUI way.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=343708
menu and toolbar to the XMLGUI way.
Thanks to Till, David and Simon - that was an amazing teamwork.
CCMAIL: 87119-done@bugs.kde.org
CCMAIL: 82771-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=343092
Do not crash during startup. This patch is rather intrusive but I do not see a chance to fix it without
rewriting some stuff.
It also fixes a bug that I noticed recently: when an imap folder is selected and you expand a different
imap folder the readerwin was cleared.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=336570
rewriting some stuff.
It also fixes a bug that I noticed recently: when an imap folder is selected and you expand a different
imap folder the readerwin was cleared.
I will backport this in a minute.
CCMAIL: 85803-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=336569
which was handling that in the mainwindow. Remove duplicate and now unused
status handling in the KMSender and KMReaderWin classes.
svn path=/trunk/kdepim/; revision=334078
KMMainWidget where the corresponding close was recently added by our man
Burghardt. Makes folder ref counting problems a lot easier to trace. Also
make sure the close comes after the folderSelected so we don't close before
that one can do its open.
svn path=/trunk/kdepim/; revision=333010
header styles and attachment styles menus if the message preview pane is
turned off.
Fixes empty menus and a crash after turning off the preview pane and then
activating the menu.
CCMAIL: 83306-done@bugs.kde.org
CCMAIL: 84928-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=329690
to the mainwindow and remove the now unneeded exporting of the status bar
to the part. This way only KMail standalone creates them and the part uses
the one in kontact which is shared with the other parts.
svn path=/trunk/kdepim/; revision=324115
on the folder (not right after creating it), since before that it has no imapPath.
-> disable the action if imappath is empty.
svn path=/trunk/kdepim/; revision=321815