Commit 9d24e998a04bc2a6c95db9fceb8c82c5cc9b0496
- Diff rendering mode:
- inline
- side by side
bin/sup
(3 / 0)
|   | |||
| 75 | 75 | k.add :search, "Search all messages", '\\', 'F' | |
| 76 | 76 | k.add :search_unread, "Show all unread messages", 'U' | |
| 77 | 77 | k.add :list_labels, "List labels", 'L' | |
| 78 | k.add :inbox_labels, "Open Inbox label", 'I' | ||
| 78 | 79 | k.add :poll, "Poll for new messages", 'P' | |
| 79 | 80 | k.add :compose, "Compose new message", 'm', 'c' | |
| 80 | 81 | k.add :nothing, "Do nothing", :ctrl_g | |
| … | … | ||
| 247 | 247 | SearchResultsMode.spawn_from_query "is:unread" | |
| 248 | 248 | when :list_labels | |
| 249 | 249 | LabelListMode.ask_for_label("Show threads with label (enter for listing): ", "Label list") { |l| LabelSearchResultsMode.spawn_nicely l } | |
| 250 | when :inbox_labels | ||
| 251 | LabelListMode.ask_for_label("Inbox threads with label (enter for listing): ", "Inbox label list") { |l| InboxSubsetMode.spawn_nicely l } | ||
| 250 | 252 | when :compose | |
| 251 | 253 | ComposeMode.spawn_nicely | |
| 252 | 254 | when :poll |

