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
Release builds use --no-default-features, which strips the tui feature. The rustmail tui subcommand is missing from all published binaries (Homebrew, AUR, GitHub releases).
Local/debug builds work fine since they use default features.
Release builds use
--no-default-features, which strips thetuifeature. Therustmail tuisubcommand is missing from all published binaries (Homebrew, AUR, GitHub releases).Local/debug builds work fine since they use default features.