Commit Graph

773 Commits

Author SHA1 Message Date
Clément DOUIN 78b2be8499 fix null condition 2024-11-23 12:35:24 +01:00
Clément DOUIN e814b8aec2 add missing arg 2024-11-23 12:35:03 +01:00
Clément DOUIN 772f689eda test ci 2024-11-23 12:33:47 +01:00
Clément DOUIN 924d3cfefd Merge pull request #505 from KoviRobi/crane
Use crane instead of naersk
2024-11-22 11:51:06 +01:00
Clément DOUIN 4597b01e78 bump pimalaya libs 2024-11-22 11:20:02 +01:00
Kovacsics Robert 90c3bef172 Use Crane instead of Naersk
See
https://github.com/ipetkov/crane/blob/3cb338ce81076ce5e461cf77f7824476addb0e1c/examples/quick-start/flake.nix

Fixes pimalaya/himalaya#483
2024-11-22 10:17:42 +00:00
Kovacsics Robert 590d0a0e8c Fix warning about getExe deprecation 2024-11-22 10:15:22 +00:00
Clément DOUIN d62486f4c5 document build.rs 2024-11-22 10:28:24 +01:00
Clément DOUIN 5c4b03474e add cargo features to the long version 2024-11-22 09:51:43 +01:00
Clément DOUIN 14c77e4629 Merge pull request #504 from KoviRobi/master
Draft: Long version & nix flakes
2024-11-22 09:50:55 +01:00
Kovacsics Robert a0485ff8d1 Override git describe in CI 2024-11-21 16:31:11 +00:00
Kovacsics Robert c36e72b5f6 Allow passing in GIT_DESCRIBE/GIT_REV to avoid git repo
This should allow building inside a flake
2024-11-21 16:31:11 +00:00
Kovacsics Robert 2e3a3397a5 Update cargo lock file for openssl removal 2024-11-21 16:20:27 +00:00
Clément DOUIN 53dc4c2e97 fix gmail message reading issue #498 2024-11-21 13:36:46 +01:00
Clément DOUIN a88843669a make oauth2 doc more clear about sharing tokens #499 2024-11-21 09:45:58 +01:00
Clément DOUIN 59ed5f8687 make oauth2 client secret optional #494 2024-11-21 09:20:23 +01:00
Clément DOUIN 130629309c adjust code from new pimalaya/tui config api 2024-11-21 09:07:22 +01:00
Clément DOUIN d7c4abf2e3 remove git2 default features
The crate comes with openssl-related features by default, which breaks
the CI on MacOS.
2024-11-20 15:49:22 +01:00
Clément DOUIN 36f3690cba fix long version on nix and ci 2024-11-20 15:00:17 +01:00
Clément DOUIN 396a91a322 improve long version arg #496 2024-11-11 21:42:16 +01:00
Clément DOUIN d4b81a8294 replace reset color by black in config sample #495 2024-11-11 17:56:49 +01:00
Clément DOUIN 92814d6043 fix pre-release archives
commit f644ba7052ccb4247aba4d6a192fb54cd8a2a96e
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Wed Oct 30 16:30:39 2024 +0100

    do not remove share folder

commit 00e7148352e1e6aeb8ea6024763d76de3efb64da
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Wed Oct 30 16:21:35 2024 +0100

    upload folder and exe instead of archive
2024-10-30 16:50:15 +01:00
Clément DOUIN fecbae001c clean darwin fix
commit 994515f3dbd3fa41c50fb5a080d584a7be365601
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 19:38:43 2024 +0100

    clean

commit ac3d181628
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 19:25:35 2024 +0100

    replace buildInputs by NIX_LDFLAGS

commit 4d69fd56e2
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 19:06:03 2024 +0100

    remove NIX_LDFLAGS

commit 69a6d17570
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 18:50:52 2024 +0100

    use framework 11.0

commit 97ee430bc8
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 18:19:42 2024 +0100

    revert flake lock

commit 61905bb849
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 18:01:21 2024 +0100

    clean aarch64 nix conf

commit 55594cc6a7
Author: Clément DOUIN <clement.douin@posteo.net>
Date:   Tue Oct 29 17:41:48 2024 +0100

    replace rustls-native-certs by rustls-platform-verifier
2024-10-29 19:39:43 +01:00
Clément DOUIN ff1996107b add missing darwin frameworks 2024-10-29 16:57:43 +01:00
Clément DOUIN d54e2b31b7 use nixpkgs unstable 2024-10-29 12:12:42 +01:00
Clément DOUIN c44cac50eb use back apple sdk 11.0 on x86_64-darwin 2024-10-29 12:09:41 +01:00
Clément DOUIN 7b55da8c40 revert flake nixpkgs rev 2024-10-29 11:49:06 +01:00
Clément DOUIN 52aa6336a0 bump flake deps, use apple sdk 11.0 on x86_64-darwin 2024-10-29 11:21:27 +01:00
Clément DOUIN 7c17f801eb try to fix macos-13 build 2024-10-29 10:53:03 +01:00
Clément DOUIN b6068ef9e7 fix MML markup being displayed in HTML-based reply thread 2024-10-29 10:46:27 +01:00
Clément DOUIN 6ff3771135 Merge branch 'pimalaya-tui-refactor' 2024-10-28 11:29:37 +01:00
Clément DOUIN 151adf09e6 pin pimalaya core lib versions 2024-10-28 11:29:15 +01:00
Clément DOUIN 0101f7bf34 reflect docs and sample to new structure 2024-10-26 11:39:09 +02:00
Clément DOUIN 3b271c3e67 bump pimalaya core v1 2024-10-24 15:21:13 +02:00
Clément DOUIN a0dea19cdf wip: use shared stuff from pimalaya-tui 2024-10-16 11:46:12 +02:00
Clément DOUIN 2386d0f517 make imap clients pool more reliable 2024-09-28 16:00:10 +02:00
Clément DOUIN 2083e106f8 improve smtp retry algorithm 2024-09-25 08:31:06 +02:00
Clément DOUIN 32b72fb769 bump deps 2024-09-24 16:24:37 +02:00
Clément DOUIN 55ecb547c1 use git version of secret and keyring libs 2024-09-20 10:24:26 +02:00
Clément DOUIN 24c9e3b384 fix smtp backend typo in config sample 2024-09-20 08:33:20 +02:00
Clément DOUIN 63cf9ca3da bump deps 2024-09-19 10:36:59 +02:00
Clément DOUIN 08f299f186 adjust readme outdated version section wording 2 2024-09-17 21:12:49 +02:00
Clément DOUIN 553ecd3c23 adjust readme outdated version section wording 2024-09-17 21:11:16 +02:00
Clément DOUIN 47d61d2c3d adjust readme installation section 2024-09-17 21:09:47 +02:00
Clément DOUIN e1f6739be3 fix typo in readme 2024-09-17 21:07:37 +02:00
Clément DOUIN ab56c493aa improve install section for v1.0.0 2024-09-17 21:06:32 +02:00
Clément DOUIN adadc78743 rename test gh workflow to pre-release 2024-09-17 10:03:19 +02:00
Clément DOUIN ff56268fb3 bump action checkout to v4 2024-09-17 09:54:00 +02:00
Clément DOUIN 5d0ea22e3c make artifact name unique 2024-09-17 09:47:17 +02:00
Clément DOUIN 90183fc302 upload all result to artifacts 2024-09-17 09:18:59 +02:00