aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-2812-23/+25
* forward: better preserve attached file namesVitaly Ovchinnikov2024-08-241-2/+2
* flag: manually toggle the forwarded taginwit2024-08-201-5/+13
* forward: allow forwarded flag to be setinwit2024-08-201-1/+10
* copy: add -d flag to decrypt before copyingKoni Marti2024-08-201-0/+32
* pipe: add -d flag to decrypt messageKoni Marti2024-08-201-0/+25
* reply: allow copying to current folderRobin Jarry2024-08-032-3/+6
* reply: handle the Sender headerBence Ferdinandy2024-08-031-3/+12
* cc,bcc,forward: add completion from address bookRobin Jarry2024-06-251-1/+5
* 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