updated docs4
This commit is contained in:
parent
56b27e1692
commit
b64d1411d2
1 changed files with 27 additions and 29 deletions
12
README.md
12
README.md
|
|
@ -24,7 +24,7 @@ For Imap:
|
||||||
|
|
||||||
Different mail providers may use other hosts and ports.
|
Different mail providers may use other hosts and ports.
|
||||||
|
|
||||||
For Proton (does not require the proton-bridge)
|
For Proton (Tuimail does not require the proton-bridge)
|
||||||
- Username: your proton account user name
|
- Username: your proton account user name
|
||||||
- Password:
|
- Password:
|
||||||
|
|
||||||
|
|
@ -54,8 +54,6 @@ App Passwords require 2-Step Verification to be enabled on your Google account.
|
||||||
2. Enter a name (e.g. "Mail TUI") and click **Create**
|
2. Enter a name (e.g. "Mail TUI") and click **Create**
|
||||||
3. Google will display a 16-character password — copy it
|
3. Google will display a 16-character password — copy it
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -85,7 +83,7 @@ between the two panes.
|
||||||
### Navigation
|
### Navigation
|
||||||
|
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|-----|--------|
|
|-------------|--------|
|
||||||
| `↑` / `k` | Move up in inbox or scroll message up |
|
| `↑` / `k` | Move up in inbox or scroll message up |
|
||||||
| `↓` / `j` | Move down in inbox or scroll message down |
|
| `↓` / `j` | Move down in inbox or scroll message down |
|
||||||
| `Tab` | Switch focus between inbox list and message preview |
|
| `Tab` | Switch focus between inbox list and message preview |
|
||||||
|
|
@ -97,7 +95,7 @@ Scrolling past the last loaded message automatically fetches the next batch of
|
||||||
### Email Actions
|
### Email Actions
|
||||||
|
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|-----|--------|
|
|------------|--------|
|
||||||
| `r` | **Reply** to the selected email |
|
| `r` | **Reply** to the selected email |
|
||||||
| `d` | **Delete** the selected email (moves to Trash) |
|
| `d` | **Delete** the selected email (moves to Trash) |
|
||||||
| `u` / `F5` | **Refresh** the inbox manually |
|
| `u` / `F5` | **Refresh** the inbox manually |
|
||||||
|
|
@ -105,7 +103,7 @@ Scrolling past the last loaded message automatically fetches the next batch of
|
||||||
### Search
|
### Search
|
||||||
|
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|-----|--------|
|
|----------------|--------|
|
||||||
| `/` | Open the search bar |
|
| `/` | Open the search bar |
|
||||||
| *(type query)* | Filter by subject or sender |
|
| *(type query)* | Filter by subject or sender |
|
||||||
| `Enter` | Run the search |
|
| `Enter` | Run the search |
|
||||||
|
|
@ -117,7 +115,7 @@ works across your entire mailbox, not just the loaded batch.
|
||||||
### Compose
|
### Compose
|
||||||
|
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|-----|--------|
|
|----------|--------|
|
||||||
| `c` | Open compose window |
|
| `c` | Open compose window |
|
||||||
| `r` | Open compose pre-filled for replying to the selected email |
|
| `r` | Open compose pre-filled for replying to the selected email |
|
||||||
| `Tab` | Cycle focus: To → Subject → Body → To |
|
| `Tab` | Cycle focus: To → Subject → Body → To |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue