aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* 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
* pipe: reorder patches based on email subjectsRobin Jarry2022-10-251-25/+7
* notmuch: add "tag" alias for modify-labels commandinwit2022-10-171-1/+1
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-163-3/+3
* invalidatable: cleanup dead codeTim Culverhouse2022-10-128-8/+16
* forward,recall: fix charsets in part attachmentKoni Marti2022-10-072-4/+6
* view: add peek flag and propagateKoni Marti2022-10-042-2/+2
* viewer: option to not mark message as seenKoni Marti2022-10-043-3/+6
* logging: substitute %w for %vKoni Marti2022-10-022-2/+2
* open: simplify codeRobin Jarry2022-10-011-3/+5
* command/read: run in main threadTim Culverhouse2022-09-291-37/+18
* mark: fix (un)mark -a when no message is selectedKoni Marti2022-09-291-5/+12
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+26
* archive: respect the next-message-on-delete flagBen Cohen2022-08-221-1/+31
* delete: fix find-next functionKoni Marti2022-08-221-3/+6
* mark: (un)mark message threadsKoni Marti2022-08-221-4/+31
* mark: allow multiple visual selectionsKoni Marti2022-08-221-2/+6
* util: fetch message headers for nil messagesKoni Marti2022-08-221-2/+9
* store: extract marking behavior and add testsKoni Marti2022-08-228-18/+22
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-1/+1
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-045-15/+15
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-045-12/+42
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-042-3/+0
* lint: fix function parameters being overwritten before they are used (SA4009)Moritz Poldrack2022-08-041-2/+2
* lint: formatted codeMoritz Poldrack2022-08-041-1/+3
* lint: apply new formatting rulesMoritz Poldrack2022-08-0111-33/+26
* msglist: remove invalidate from commands which remove messagesTim Culverhouse2022-08-013-7/+0
* archive,move: fix reselect next messageTim Culverhouse2022-08-012-2/+6
* msgstore: leave visual-mark mode after certain commandsTim Culverhouse2022-08-013-0/+7
* pipe: fix ordering by message id for long patch seriesRobin Jarry2022-08-011-9/+40
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-262-3/+2
* delete: select new last message if last message was deletedTim Culverhouse2022-07-241-0/+7
* delete: move tab replace logic into Done callbackTim Culverhouse2022-07-241-27/+25