Bug 74275 - knode follows up to wrong newsgroup
Summary: knode follows up to wrong newsgroup
Status: RESOLVED FIXED
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 20:12 UTC by kanthoney
Modified: 2010-01-23 20:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kanthoney 2004-02-05 20:12:12 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
OS:          Linux

When replying to a message that's been cross-posted, knode sets one of the groups as a follow-up.  Unfortunately, the group it chooses is the first one in the list, which is usually one you've never read in your life.  It would be better if knode set follow-ups to the group you're posting from instead.
Comment 1 Olivier Trichet 2010-01-23 20:49:22 UTC
SVN commit 1079182 by otrichet:

Place a hint inside the followup-to line edit when there are more than 2 groups selected.

Previous changes to the composer already remove the automatic modification of the followup-to headers:
The current and future behaviour is not to automatically set/change the followup-to headers.
BUG: 178208
BUG: 176418
BUG: 163240
BUG: 74275
BUG: 68732

Warning against posting to more than on groups without setting the followup-to will remain.

 M  +1 -0      CMakeLists.txt  
 M  +39 -15    composer/composer_view.ui  
 A             composer/followupto_combobox.cpp   [License: MIT]
 A             composer/followupto_combobox.h   [License: MIT]
 M  +44 -0     kncomposerview.cpp  
 M  +10 -0     kncomposerview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1079182