···1461461471471. From your Inbox, pick an email and press `I` (screen **in**) to approve the sender, or `O` (screen **out**) to block them. This creates your first screener list entry.
1481482. Once you've classified at least one sender, auto-screening activates on every Inbox load — new emails from known senders are sorted automatically.
149149-3. Unknown senders land in the `ToScreen` tab. Jump there with `gk` (or `Tab`, or click the tab) and classify them:
149149+3. Unknown senders land in the `ToScreen` tab. Jump there with `gk` (or `Tab`, use `L` or click the tab) and classify them:
150150 - `I` screen **in** — sender stays in Inbox forever
151151 - `O` screen **out** — sender never reaches Inbox again
152152 - `F` **feed** — newsletters go to the Feed tab
···158158You choose who can land in your Inbox. Bye-bye spam. This is the beauty of [HEY-Screener](https://www.hey.com/features/the-screener/), and neomd implements the same concept.
159159160160> **Tip:** To disable auto-screening entirely, set `auto_screen_on_load = false` in `[ui]` config. Run `:debug` inside neomd if something isn't working.
161161-## Keybindings
161161+### Screener Workflow
162162+163163+Find full Screener Workflow at [docs/screener.md](docs/screener.md), classification tables, and bulk re-classification instructions.
164164+### Keybindings
162165163166Press `?` inside neomd to open the interactive help overlay. Start typing to filter shortcuts.
164167165168See the [full keybindings reference](docs/keybindings.md) (auto-generated from [`internal/ui/keys.go`](internal/ui/keys.go) via `make docs`).
166169167167-## Screener Workflow
168168-169169-Unknown senders land in `ToScreen`; press `I/O/F/P` to approve, block, or classify them. Auto-screening keeps your inbox clean without manual intervention.
170170-171171-See [docs/screener.md](docs/screener.md) for the full workflow, classification tables, and bulk re-classification instructions.
172172-173173-## How Sending Works
170170+### How Sending Works
174171175172Compose in Markdown, send as `multipart/alternative` (plain text + HTML). Attachments, CC/BCC, multiple From addresses, drafts, and pre-send review are all supported.
176173177174- See [docs/sending.md](docs/sending.md) for details on MIME structure, attachments, pre-send review, and drafts.
178175- See [docs/reading.md](docs/reading.md) for the reader: images, inline links, attachments, and navigation.
179176180180-## Make Targets
177177+### Dev: Makefile Commands
181178182179```
183180make build compile ./neomd