Bug 74275

Summary: knode follows up to wrong newsgroup
Product: knode Reporter: kanthoney
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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