aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* move: avoid crash when message list is not readyRobin Jarry2024-06-041-10/+7
* pipe: allow closing the terminal automaticallyJohannes Thyssen Tishman2024-04-131-1/+2
* config: make popover dialogs configurableJohannes Thyssen Tishman2024-04-021-16/+1
* notmuch: add strategies for multi-file messagesJason Cox2024-04-026-21/+92
* commands: rename confusing constantsRobin Jarry2024-03-0418-18/+18
* commands: allow to forward from emlKoni Marti2024-02-141-7/+25
* commands: allow to reply to emlKoni Marti2024-02-141-6/+11
* log: move package to libRobin Jarry2024-02-1411-11/+11
* commands: add bounceKarel Balej2024-02-121-0/+210
* mv: fix regression in selection of next messageJohannes Thyssen Tishman2024-01-271-6/+15
* flags: add support for draft flagJason Cox2024-01-262-5/+12
* mv: allow to move messages across accountsJohannes Thyssen Tishman2024-01-252-27/+148
* cp: allow to copy messages across accountsJohannes Thyssen Tishman2024-01-251-19/+105
* forward: select correct part for signed messagesKoni Marti2024-01-211-2/+20
* reply: select correct part for signed messagesKoni Marti2024-01-211-29/+18
* commands: refactor registrationRobin Jarry2024-01-2018-31/+95
* envelope: use message from current tabKoni Marti2024-01-201-2/+7
* reply,forward: use selected message partSebastien Binet2024-01-173-9/+18
* commands/msg: adapt quote-reply to honor viewer::alternativesSebastien Binet2023-12-301-1/+8
* patch/apply: add apply sub-cmdKoni Marti2023-12-301-0/+16
* flag,unflag: fix -a option for the answered flagKoni Marti2023-11-241-0/+4
* reply: allow replying with another accountBence Ferdinandy2023-11-231-3/+18
* fold: remove aliases from structinwit2023-11-231-1/+1
* fold: add an option to fold/unfold all threadsinwit2023-11-231-2/+24
* ui: correct some push status messagesinwit2023-11-124-4/+31
* completion: refactor filter list apiRobin Jarry2023-11-022-2/+2
* hooks: add mail-deleted hookJason Cox2023-11-021-11/+11
* fold: add an option to toggle foldinginwit2023-11-021-4/+6
* commands: use completion from go-optRobin Jarry2023-10-2817-65/+28
* pipe: run commands with sh -cRobin Jarry2023-10-281-11/+14
* open: run commands with sh -cRobin Jarry2023-10-281-1/+1
* commands: parse arguments with go-optRobin Jarry2023-10-2817-425/+202
* accounts: allow fnmatch-style wildcards in aliasesJason Cox2023-10-222-38/+35
* app: export global functionsRobin Jarry2023-10-1018-153/+148
* widgets: rename package to appRobin Jarry2023-10-1018-94/+94
* commands: add :toggle-thread-context commandTim Culverhouse2023-09-271-0/+36
* postpone: change recall/postpone logic for custom foldersVitaly Ovchinnikov2023-08-301-20/+5
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-175-16/+71
* compose: only allow setting content at creationRobin Jarry2023-07-175-45/+13
* commands: add :fold and :unfold for thread foldingKoni Marti2023-07-161-0/+49
* threadbuilder: store uid/thread associationKoni Marti2023-07-161-6/+10
* commands: fix panic in helper structKoni Marti2023-07-151-1/+5
* archive: respect delimiterMoritz Poldrack2023-05-161-5/+11
* tabs: make sure to close tab contentRobin Jarry2023-04-013-11/+8
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-261-8/+3
* move/archive: make sure to close existing viewerRobin Jarry2023-03-151-0/+2
* openers: add mime type handling for open-linkRobin Jarry2023-03-131-1/+2
* statusline: move files to lib/stateRobin Jarry2023-02-201-2/+2
* tabs: use template for compose tabsTim Culverhouse2023-02-125-50/+5
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-062-0/+2