Re: [Patch] Enable multi-threaded POP3 retrieval
Albrecht Dreß <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.balsa |
|---|---|
| Message-ID | <[email protected]> |
Hi Jack:
Thanks in advance for testing!
Am 06.01.18 19:32 schrieb(en) Jack:
>> Thanks for the patch--that was a lot of effort! It builds and runs for me, and shows progress for my one POP3 host; I can't easily test with multiple hosts, so I pushed it to master for others to test.
> But you didn't test the meson build, did you? :-) I get
No… :-/
> Meson encountered an error in file src/meson.build, line 107, column 0:
> File threads.h does not exist.
>
> Hopefully I'll be able to figure out the syntax to remove the reference, without breaking anything else.
Does this patch help:
---8<--------------------------------------------------------------------------
diff --git a/src/meson.build b/src/meson.build
index a783fbd..b9f72bd 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -64,7 +64,6 @@ balsa_base_srclist = [
'sendmsg-window.h',
'store-address.c',
'store-address.h',
- 'threads.h',
'toolbar-factory.c',
'toolbar-factory.h',
'toolbar-prefs.c',
---8<--------------------------------------------------------------------------
Cheers,
Albrecht.
_______________________________________________
balsa-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/balsa-list
signature.asc
(application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJaURcvAAoJEEypbw5n59n4+xUIAIqZPMN4Hbhy7oZJaoz5twxg ZcD8hNvnf/g3n3VyWyMt/bkY+gyQv0EyDIbVx3NzwT+D2L0tpP4KjYV+hbDO4TOT PKyfrzOijn2p5zlNUXmvrxYpbf72gFyne1Wn9DzX49Ke6EnYSjR3sHZ930k3FAYA FVJ7MLTLHtmDWAO8j5rLM60TPeXbFcul5FFcE0US8hj/46xmzjD2r6Wn+4sKOZF4 hcyivOWBpFAbUce1TMWJmBylnU60rr8jd5P3fUEjqkgo3PF4tIXLyCkspkJyip9c Wbvel5AV0fFqc0m8BJhJC1AjCdLJQ9Oui7B20kaHP8m8lVouVq4d6de3gq+SWuU= =VHMR -----END PGP SIGNATURE-----