Create own Message-Id works again.

Patch by Ingo Klöcker <ingo.kloecker@epost.de>

svn path=/trunk/kdenetwork/kmail/; revision=99667
wilder-work
Michael Haeckel 25 years ago
parent 83e1d850b5
commit 5b267d84cf
  1. 2
      configuredialog.cpp

@ -2374,7 +2374,7 @@ void ConfigureDialog::slotDoApply( bool everything )
}
if( activePage == mMime.pageIndex || everything )
{
KConfigGroupSaver(config, "General");
KConfigGroupSaver saver(config, "General");
config->writeEntry( "createOwnMessageIdHeaders",
mMime.createOwnMessageIdCheck->isChecked() );
config->writeEntry( "myMessageIdSuffix",

Loading…
Cancel
Save