aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* 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
* templates: change fields as lazy functionsRobin Jarry2023-01-045-6/+6
* config: parse account from and aliases onceRobin Jarry2023-01-042-26/+6
* model: change flags array to bitmaskRobin Jarry2023-01-041-9/+2
* send: add option to send&archiveBence Ferdinandy2023-01-042-5/+18
* reply: refactor close-on-reply setting to -c flagBence Ferdinandy2022-12-151-7/+10
* findNextNonDeleted: set next to nil if last messageTim Culverhouse2022-12-141-0/+3
* config: make various sections accessible via global varsRobin Jarry2022-12-147-16/+20
* view: add close-on-reply optionBence Ferdinandy2022-12-021-1/+11
* logging: rename package to logRobin Jarry2022-12-028-31/+31
* logging: homogenize levelsRobin Jarry2022-12-023-5/+5
* move and archive: common code for common operationBence Ferdinandy2022-11-132-43/+57
* reply: allow to override localized Re regexp in configurationjp392022-11-132-6/+3
* lib: prepare attachments for multiple readsKoni Marti2022-11-092-2/+10
* lib: implement an eml message viewKoni Marti2022-11-091-1/+15
* envelope: display message envelope infoKoni Marti2022-10-261-0/+152