Improved
v1.0.0-beta.2
Added
- Added cargo feature
wizard, enabled by default. - Added one cargo feature per backend feature:
accountincludingaccount-configure,account-list,account-syncand theaccount-subcmdfolderincludingfolder-add,folder-list,folder-expunge,folder-purge,folder-deleteand thefolder-subcmdenvelopeincludingenvelope-list,envelope-watch,envelope-getand theenvelope-subcmdflagincludingflag-add,flag-set,flag-removeand theflag-subcmdmessageincludingmessage-read,message-write,message-mailto,message-reply,message-forward,message-copy,message-move,message-delete,message-save,message-sendand themessage-subcmdattachmentincludingattachment-downloadand theattachment-subcmdtemplateincludingtemplate-write,template-reply,template-forward,template-save,template-sendand thetemplate-subcmd
- Added wizard capability to autodetect IMAP and SMTP configurations, based on the Thunderbird Autoconfiguration standard.
- Added back Notmuch backend features.
Changed
- Renamed
folder createtofolder addin order to better match types. An alias has been set up, so bothcreateandaddstill work.
Fixed
- Fixed default command: running
himalayawithout argument lists envelopes, as it used to be in previous versions. - Fixed bug when listing envelopes with
backend = "imap",sync.enable = trueandenvelope.watch.backend = "imap"led to unwanted IMAP connection creation (which slowed down the listing). - Fixed builds related to enabled cargo features.