Improved
v1.0.0-beta.4
Added
- Added systemd service in
assets/folder. - Added configuration option
message.delete.stylethat can be eitherfolder(deleted messages are moved to the Trash folder, default style) orflag(deleted messages receive the Deleted flag). - Added
--debugas an alias forRUST_LOG=debug. - Added
--traceas an alias forRUST_LOG=traceandRUST_BACKTRACE=1. - Added notes about
--debugand--tracewhen error occurs.
Changed
- Added back the search feature: you can now give an optional filter and sort query at the end of the
envelope listcommand. Seeenvelope list --helpor pimalaya.org for more detail on the search API. - Changed the
envelope listfolder argument due to the search query: it became a flag--folder|-f. - Made the global
--config|-coption repeatable: the first option is considered the path to the main config, and successive options are considered partial overrides #184. - Refactored error management: error should be more clear, colored and can now contain spantrace and backtrace.
- Made
--helpcontent wrapping properly thanks to theclapcargo featurewrap_help. - Improved
template {new,reply,forward}command JSON output: they return now a JSON object with 3 properties:content: the content of the templatecursor.row: the row at which the cursor should be placed by the interface using the templatecursor.col: the column at which the cursor should be placed by the interface using the template