A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add note screening

sspaeti 671a9dd6 971b50da

+6
+6
docs/screener.md
··· 51 51 52 52 `:screen-all` (alias `:sa`) scans every email in your Inbox — read and unread — and proposes moves for any sender that is now in a list. It does **not** touch emails already in Feed, PaperTrail, or other folders. 53 53 54 + ## Screening happens once 55 + 56 + Emails are only auto-screened while they are in the **Inbox**. Once moved to ToScreen (or any other folder), they are not re-classified automatically. This keeps the logic simple and predictable. 57 + 58 + If emails end up in ToScreen incorrectly (e.g. screened by another device like [Termux with Android](android.md) with incomplete lists), use `:reset-toscreen` to move them back to Inbox where auto-screen will re-classify them. 59 + 54 60 ## Colon commands 55 61 56 62 Press `:` to open the command line. Tab cycles through completions; Enter runs the command.