Bug 77579 - Insert button (for overwriting) does not work in Email Composer
Summary: Insert button (for overwriting) does not work in Email Composer
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: composer (show other bugs)
Version: 1.6.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Edwin Schepers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-14 16:51 UTC by Nash Hoogwater
Modified: 2004-11-11 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 Nash Hoogwater 2004-03-14 16:51:35 UTC
Version:           1.6.1 (using KDE 3.2.1, SuSE)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-192-athlon

The Insert button (on keyboard) does not work in the Email composer.
Comment 1 Tom Albers 2004-10-09 23:29:09 UTC
Confirmed with the development version of KMail. Pressing INSERT will not toggle between insert and overwrite mode.
Comment 2 Edwin Schepers 2004-11-11 20:49:43 UTC
CVS commit by eschepers: 

Insert button (for overwriting) does now work
BUG:77579


  M +1 -0      kmcomposewin.cpp   1.885


--- kdepim/kmail/kmcomposewin.cpp  #1.884:1.885
@@ -4177,4 +4177,5 @@ KMEdit::KMEdit(QWidget *parent, KMCompos
   installEventFilter(this);
   KCursor::setAutoHideCursor( this, true, true );
+  setOverwriteEnabled( true );
 
   initializeAutoSpellChecking( autoSpellConfig );