Moved "no permissions" check and dialog box to KMFolderTree::addChildFolder() in order
to see the error before the properties dialog opens.
point 2 in https://intevation.de/roundup/kolab/issue510
svn path=/branches/proko2/kdepim/; revision=376727
More consistent with Key_F - although this was vetoed as an argument for getting this into HEAD :(
and necessary for the customer here, since forward-inline breaks crypto signatures
[and currently forgets attachments, too]
svn path=/branches/proko2/kdepim/; revision=367853
There's a bug where KTipDialog appears, but is empty, on kontact start.
Looks very much like https://intevation.de/roundup/kolab/issue439!
svn path=/branches/proko2/kdepim/; revision=365643
There's a bug where KTipDialog appears, but is empty, on kontact start. This is because it's not Kontact showing the tips, with a list of all the components' tips files, but KMail, which likes to show its tips when constructing its KMainWidget. Since KMail is running in Kontact, its appname is kontact, and kontact/tips does not exist -> empty tips dialog.
This moves KMail's startup tips to KMMainWin, which is only used when kmail is running standalone.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=365606
BUG: 77515
Allow "Mark Message" when in drafts folder
BUG: 81711
Show "Copy" and "Select All" when text selected in message view.
BUG: 84248
Make header popup and message popup more consistent. Move delete options to bottom of menu.
svn path=/trunk/kdepim/; revision=362800
the autoConnect to true while loading them, parts seems to disable that
to do xml loading.
Simon, will I burn in hell for this?
svn path=/trunk/kdepim/; revision=357799
Alt-left/right changes the current mail without selecting it, which is
very handy with online imap, since the skipped over mails won't be
downloaded. Alt-space selects the current message. This is symmetrical
to the ctrl-left/right/space handling in the folder tree.
FEATURE:
GUI:
CCMAIL: l.lunak@kde.org
svn path=/trunk/kdepim/; revision=357329
one (I guess) which not only doesn't work but crashes as described in
the CC'd bug. This seems to have crept in with the html editing patch.
CCMAIL: 91915@bugs.kde.org
svn path=/trunk/kdepim/; revision=357154
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
Add folder RMB menu entry "Assign shortcut" which brings up a dialog to
select a Keyboard shortcut for the folder. Once the folder has a shortcut
you can also assign an icon to it and put it in your toolbar, since its just
a KAction under the hood. Shouldn't be hard to make it possible to create
the action without assigning a key shortcut, but that can come later, and
I'm not sure it's even needed.
The dialog must be the worst looking piece of gui on the planet, but I
promise to beautify it with a little help from my friends asap.
So after all these years away from mutt I can switch to my Inbox with one
keystroke again. Yeah!
svn path=/trunk/kdepim/; revision=353222
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