You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made the code async using the tokio async runtime.
On Linux, made the kernel keyring the default one (the one based on keyutils).
Fixed
Fixed the way folder aliases are resolved. In some case, aliases were resolved CLI side and lib side, which led to alias errors [sourcehut#95].
pimalaya-email-tpl
Fixed
Fixed default PGP verify command that was using invalid option --recipient.
pimalaya-email
Changed
Changed the way folder aliases are resolved. They are now resolved directly from backend implementations, which frees interfaces from this responsibility [#95].