commit kdepim4 for openSUSE:Factory
Hello community, here is the log from the commit of package kdepim4 for openSUSE:Factory checked in at Fri May 8 14:50:58 CEST 2009. -------- --- KDE/kdepim4/kdepim4.changes 2009-04-30 21:33:28.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdepim4/kdepim4.changes 2009-05-08 00:26:42.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 8 00:17:24 CEST 2009 - beineri@opensuse.org + +- allow user to reply to mails in the sent-mail folder (kde#190105) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim4.spec ++++++ --- /var/tmp/diff_new_pack.t14482/_old 2009-05-08 14:50:26.000000000 +0200 +++ /var/tmp/diff_new_pack.t14482/_new 2009-05-08 14:50:26.000000000 +0200 @@ -35,7 +35,7 @@ Summary: Base package of kdepim Url: http://www.kde.org Version: 4.2.3 -Release: 1 +Release: 2 Source0: kdepim-%version.tar.bz2 Patch: 4_2_BRANCH.diff Patch1: akregator-useragent.diff @@ -820,6 +820,8 @@ /usr/share/kde4/servicetypes/kpilotconduit.desktop %changelog +* Fri May 08 2009 beineri@opensuse.org +- allow user to reply to mails in the sent-mail folder (kde#190105) * Thu Apr 30 2009 dmueller@suse.de - update to 4.2.3 * see http://kde.org/announcements/changelogs/changelog4_2_2to4_2_3.php ++++++ 4_2_BRANCH.diff ++++++ --- /var/tmp/diff_new_pack.t14482/_old 2009-05-08 14:50:26.000000000 +0200 +++ /var/tmp/diff_new_pack.t14482/_new 2009-05-08 14:50:26.000000000 +0200 @@ -5,3 +5,47 @@ @@ -0,0 +1,2 @@ +current HEAD: 961940 +svn di between //tags/KDE/4.2.3/kdepim and //branches/KDE/4.2/kdepim +Index: kmail/messagelistview/widget.cpp +=================================================================== +--- kmail/messagelistview/widget.cpp (revision 965027) ++++ kmail/messagelistview/widget.cpp (revision 965028) +@@ -618,8 +618,7 @@ + menu.addAction( mMainWidget->useAction() ); + } else { + // show most used actions +- if( !folder()->isSent() ) +- menu.addAction( mMainWidget->messageActions()->replyMenu() ); ++ menu.addAction( mMainWidget->messageActions()->replyMenu() ); + menu.addAction( mMainWidget->forwardMenu() ); + if( mMainWidget->sendAgainAction()->isEnabled() ) + menu.addAction( mMainWidget->sendAgainAction() ); +Index: kmail/messageactions.cpp +=================================================================== +--- kmail/messageactions.cpp (revision 965027) ++++ kmail/messageactions.cpp (revision 965028) +@@ -170,8 +170,7 @@ + { + bool singleMsg = (mCurrentMessage != 0); + if ( mCurrentMessage && mCurrentMessage->parent() ) { +- if ( mCurrentMessage->parent()->isSent() || +- mCurrentMessage->parent()->isTemplates()) ++ if ( mCurrentMessage->parent()->isTemplates() ) + singleMsg = false; + } + const bool multiVisible = mVisibleSernums.count() > 0 || mCurrentMessage; +Index: kmail/kmmainwidget.cpp +=================================================================== +--- kmail/kmmainwidget.cpp (revision 965027) ++++ kmail/kmmainwidget.cpp (revision 965028) +@@ -3450,10 +3450,7 @@ + if ( mFolder->isTemplates() ) { + menu->addAction( mUseAction ); + } else { +- +- if ( !mFolder->isSent() ) { +- menu->addAction( mMsgActions->replyMenu() ); +- } ++ menu->addAction( mMsgActions->replyMenu() ); + menu->addAction( mForwardActionMenu ); + } + menu->addAction(editAction()); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de