aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/reply.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-2/+2
* reply: allow copying to current folderRobin Jarry2024-08-031-2/+5
* reply: handle the Sender headerBence Ferdinandy2024-08-031-3/+12
* notmuch: add strategies for multi-file messagesJason Cox2024-04-021-1/+1
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* commands: allow to reply to emlKoni Marti2024-02-141-6/+11
* log: move package to libRobin Jarry2024-02-141-1/+1
* reply: select correct part for signed messagesKoni Marti2024-01-211-29/+18
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* reply,forward: use selected message partSebastien Binet2024-01-171-8/+1
* commands/msg: adapt quote-reply to honor viewer::alternativesSebastien Binet2023-12-301-1/+8
* reply: allow replying with another accountBence Ferdinandy2023-11-231-3/+18
* commands: use completion from go-optRobin Jarry2023-10-281-3/+4
* commands: parse arguments with go-optRobin Jarry2023-10-281-44/+21
* accounts: allow fnmatch-style wildcards in aliasesJason Cox2023-10-221-18/+34
* app: export global functionsRobin Jarry2023-10-101-13/+13
* widgets: rename package to appRobin Jarry2023-10-101-9/+9
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-4/+9
* compose: only allow setting content at creationRobin Jarry2023-07-171-1/+1
* tabs: make sure to close tab contentRobin Jarry2023-04-011-3/+2
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-261-8/+3
* tabs: use template for compose tabsTim Culverhouse2023-02-121-10/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-041-1/+2
* config: parse account from and aliases onceRobin Jarry2023-01-041-13/+3
* send: add option to send&archiveBence Ferdinandy2023-01-041-0/+7
* reply: refactor close-on-reply setting to -c flagBence Ferdinandy2022-12-151-7/+10
* config: make various sections accessible via global varsRobin Jarry2022-12-141-6/+7
* view: add close-on-reply optionBence Ferdinandy2022-12-021-1/+11
* logging: rename package to logRobin Jarry2022-12-021-5/+5
* reply: allow to override localized Re regexp in configurationjp392022-11-131-5/+2
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-1/+1
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+26
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-2/+9
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-4/+5
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* reply: add automatic replacement of localized Re:Moritz Poldrack2022-03-031-6/+10
* compose: add option to never include your own address when replyingjohn1doe@ya.ru2022-01-311-0/+13
* reply: use new-message template for non-quoted repliesRobin Jarry2022-01-271-0/+3
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-071-11/+18
* reply: add References headerReto Brunner2020-11-141-1/+28
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-4/+7
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-10/+10
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-141-6/+5
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-7/+8
* reply: don't override the answered flag if we didn't sendReto Brunner2020-09-211-1/+3
* reply: use set instead of linear searchReto Brunner2020-08-271-45/+70
* msg/reply: don't cc the sending address on reply allReto Brunner2020-08-201-2/+2