···20202121But we have two additional **Feed** and **Papertrail**, two dedicated folders from HEY where you can read newsletters (just hit F) on them automatically in their separate tab, or move all your receipts into the Papertrail. Once you mark them as feed or papertrail, they will moved there automatically going forward. So you decide whether to read emails or news by jumping to different tabs.
22222323-2423> [!NOTE]
2524> neomd's **speed** depends entirely on your IMAP provider. On Hostpoint (the provider I use), a folder switch takes **~33ms** which feels instant. On Gmail, the same operation takes **~570ms** which is noticeably slow. See [Benchmark](#benchmark) for full details and how to test your provider.
2525+2626+### Email Processing Workflow
2727+2828+Here's how neomd combines HEY-Screener + GTD + Feed/Papertrail to process your email:
2929+3030+```mermaid
3131+flowchart TD
3232+ Start([New Email Arrives]) --> AutoScreen{Auto-Screener<br/>Known Sender?}
3333+3434+ AutoScreen -->|screened_in.txt| Inbox["๐ฅ Inbox (Next)"]
3535+ AutoScreen -->|screened_out.txt| ScreenedOut[๐ซ ScreenedOut]
3636+ AutoScreen -->|feed.txt| Feed[๐ฐ Feed]
3737+ AutoScreen -->|papertrail.txt| PaperTrail[๐งพ PaperTrail]
3838+ AutoScreen -->|Unknown| ToScreen[โ ToScreen]
3939+4040+ ToScreen -->|Press I| ClassifyIn[Add to screened_in.txt]
4141+ ToScreen -->|Press O| ClassifyOut[Add to screened_out.txt]
4242+ ToScreen -->|Press F| ClassifyFeed[Add to feed.txt]
4343+ ToScreen -->|Press P| ClassifyPaper[Add to papertrail.txt]
4444+4545+ ClassifyIn --> Inbox
4646+ ClassifyOut --> ScreenedOut
4747+ ClassifyFeed --> Feed
4848+ ClassifyPaper --> PaperTrail
4949+5050+ Inbox --> Process{Process Email<br/>GTD Decision}
5151+5252+ Process -->|< 2 min?<br/>Do it now| Action[Reply/Handle<br/>Immediately]
5353+ Process -->|Waiting for others<br/>Press mW| Waiting[โณ Waiting]
5454+ Process -->|Not now, later<br/>Press Mm| Someday[๐ Someday]
5555+ Process -->|Time-specific<br/>Press Mc then c| Scheduled[๐๏ธ Scheduled]
5656+ Process -->|Delete<br/>Press x| Trash[๐๏ธ Trash]
5757+ Process -->|Reference only<br/>Press Mp or P| PaperTrail
5858+ Process -->|Newsletter<br/>Press F or Mf| Feed
5959+6060+ Action --> Done{Done?}
6161+ Waiting --> Review[Review Later]
6262+ Someday --> Review
6363+ Scheduled --> Review
6464+ Feed --> ReadLater[Read in<br/>Feed Tab]
6565+ PaperTrail --> SearchLater[Search when<br/>needed]
6666+6767+ Done -->|Yes| Archive[๐ฆ Archive]
6868+ Done -->|Not actionable| Archive
6969+ Review --> Archive
7070+ ReadLater --> Archive
7171+7272+ classDef folderStyle fill:#7fb4ca,stroke:#333,stroke-width:2px
7373+ class ToScreen,Inbox,ScreenedOut,Feed,PaperTrail,Archive,Waiting,Someday,Scheduled,Trash folderStyle
7474+```
7575+*blue are all the folders in neomd*
7676+7777+**Key principles:**
7878+- **Screener first**: Unknown senders never clutter your Inbox โ they wait in ToScreen for classification
7979+- **One-time decision**: Once you classify a sender (`I/O/F/P`), all future emails from them are automatically routed
8080+- **GTD processing**: Emails in Inbox are processed once โ if < 2 min, do it or keep it in inbox as doing *Next* otherwise move to Waiting, Someday, or Scheduled
8181+- **Minimal filing**: Only Archive when done; no complex folder hierarchies โ use search to find old emails
8282+- **Separate contexts**: Feed for newsletters (read when you want), PaperTrail for receipts (search when needed)
8383+26842785## Screenshots
2886