aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/unsubscribe.go
Commit message (Expand)AuthorAgeFilesLines
* commands: use completion from go-optRobin Jarry2023-10-281-5/+0
* open: run commands with sh -cRobin Jarry2023-10-281-1/+1
* commands: parse arguments with go-optRobin Jarry2023-10-281-19/+7
* app: export global functionsRobin Jarry2023-10-101-22/+22
* widgets: rename package to appRobin Jarry2023-10-101-11/+11
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-4/+20
* compose: only allow setting content at creationRobin Jarry2023-07-171-1/+1
* openers: add mime type handling for open-linkRobin Jarry2023-03-131-1/+2
* tabs: use template for compose tabsTim Culverhouse2023-02-121-10/+1
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-041-2/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+0
* logging: rename package to logRobin Jarry2022-12-021-3/+3
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* open: simplify codeRobin Jarry2022-10-011-3/+5
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-2/+0
* lint: fix function parameters being overwritten before they are used (SA4009)Moritz Poldrack2022-08-041-2/+2
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+3
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-2/+2
* unsubscribe: select method with the selector dialogKoni Marti2022-05-311-10/+77
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+3
* unsubscribe: parse internationalized headersKoni Marti2022-02-191-1/+5
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-301-2/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-4/+8
* Allow open to be asynchronousAndrew Jeffery2020-07-081-1/+1
* Add postpone commandJeffas2020-04-241-0/+1
* Make the http handler of the unsubscribe command asyncNicolai Dagestad2020-04-161-1/+2
* create OriginalMail structLeszek CimaƂa2020-01-091-0/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-1/+5
* Add signaturesJeffas2019-09-121-0/+1
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-5/+9
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-1/+5
* Add unsubscribe commandBen Burwell2019-07-041-0/+103