aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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