From kmail-devel Sat Aug 09 17:08:24 2003 From: Ingo =?iso-8859-1?q?Kl=F6cker?= Date: Sat, 09 Aug 2003 17:08:24 +0000 To: kmail-devel Subject: Re: Proposal to change the way threading settings work X-MARC-Message: https://marc.info/?l=kmail-devel&m=106044900232318 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============27749307757501107==" --===============27749307757501107== Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_KqSN//e4xZdbr+T"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit --Boundary-02=_KqSN//e4xZdbr+T Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 08 August 2003 19:01, Aaron J. Seigo wrote: > On Thursday 07 August 2003 03:53, Till Adam wrote: > > - bool threaded =3D mThreaded && mFolderThreaded > > since this means i can't have only some folders turned on with the > rest turned off, how about: > > bool threaded =3D (mThreaded && mFolderThreaded) || mFolderThreaded; This is equivalent to bool threaded =3D mFolderThreaded; So you probably meant bool threaded =3D (mThreaded && !mFolderThreaded) || mFolderThreaded; which is equivalent to bool threaded =3D mThreaded || mFolderThreaded; > in the GUI, if mFolderThreaded has not be specifically set by the > user, it can default to following mThreaded (sort of an implied third > state as per Andreas Gungl's concept) That's almost a working solution. But it doesn't allow the user to turn=20 on threading (or HTML) for almost all folders except a few one. I like=20 Andreas tri-state proposal. If the options are moved from the menu to=20 the folder configuration dialog then this tri-state can easily be=20 represented by either a combo box or a radio button group. What would=20 be preferable, Aaron? > as for whether these options belong in the menu or not, i too think > they belong in the folder configuration dialog. it helps that there > is now a nice quick way to turn HTML display on/off per email... Agreed. > the Folder menu and the Folder context menus need to be synced up a > bit too, it seems... Volunteers? Regards, Ingo --Boundary-02=_KqSN//e4xZdbr+T Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3rc1 (GNU/Linux) iD8DBQA/NSqKGnR+RTDgudgRAthOAKCC5zbqpxJB7FHKoCwHmKcwJoRzowCgzDZe 2NYXzIeSWMBSv/rFn6VrgyA= =+Tg+ -----END PGP SIGNATURE----- --Boundary-02=_KqSN//e4xZdbr+T-- --===============27749307757501107== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ KMail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail --===============27749307757501107==--