[Users] Claws Mail GTK3 **beta** unleashed
Michael Rasmussen
mir at miras.org
Mon Nov 2 16:33:58 CET 2020
On Mon, 2 Nov 2020 16:49:54 +0100
"Paul Rolland (ポール・ロラン)" <rol at witbe.net> wrote:
> Hello,
>
> On Mon, 2 Nov 2020 15:45:08 -0000
> Paul <claws at thewildbeast.co.uk> wrote:
>
>
> if (mainwin) {
> item = mainwin->summaryview->folder_item;
> + if (item == (FolderItem *)NULL)
> + return NULL;
> if (item->folder == folder)
> return item;
>
if (item == (FolderItem *)NULL) is not needed.
if (item == NULL)
should be sufficient.
--
Hilsen/Regards
Michael Rasmussen
Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
https://pgp.key-server.io/pks/lookup?search=0xD3C9A00E
mir <at> datanom <dot> net
https://pgp.key-server.io/pks/lookup?search=0xE501F51C
mir <at> miras <dot> org
https://pgp.key-server.io/pks/lookup?search=0xE3E80917
--------------------------------------------------------------
/usr/games/fortune -es says:
If I were to walk on water, the press would say I'm only doing it
because I can't swim.
-- Bob Stanfield
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20201102/ed66caca/attachment.sig>
More information about the Users
mailing list