fixed bug #4057 ("send mail on check" setting not saved)

svn path=/trunk/kdenetwork/kmail/; revision=50599
wilder-work
Daniel Naber 26 years ago
parent 52472a5b32
commit b49cae7c47
  1. 2
      configuredialog.cpp

@ -2228,7 +2228,7 @@ void ConfigureDialog::slotApply( void )
config.writeEntry( "empty-trash-on-exit",
mMisc.emptyTrashCheck->isChecked() );
config.writeEntry( "sendOnCheck",
mMisc.emptyTrashCheck->isChecked() );
mMisc.sendOutboxCheck->isChecked() );
config.writeEntry( "send-receipts",
mMisc.sendReceiptCheck->isChecked() );
config.writeEntry( "compact-all-on-exit",

Loading…
Cancel
Save