aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* view: add close-on-reply optionBence Ferdinandy2022-12-021-1/+11
* logging: rename package to logRobin Jarry2022-12-0220-82/+81
* logging: homogenize levelsRobin Jarry2022-12-028-18/+15
* doc: extract accounts and binds into separate man pagesRobin Jarry2022-11-241-0/+2
* ui: box and frame an interactive widgetKoni Marti2022-11-211-1/+2
* attach: open file picker menu with -m flagKoni Marti2022-11-211-2/+91
* commands: remove broken :set commandRobin Jarry2022-11-161-70/+0
* 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
* composer: add message previewKoni Marti2022-11-091-1/+12
* lib: prepare attachments for multiple readsKoni Marti2022-11-092-2/+10
* viewer: open rfc822 attachmentsKoni Marti2022-11-091-9/+19
* commands/eml: open and view eml filesKoni Marti2022-11-091-0/+63
* lib: implement an eml message viewKoni Marti2022-11-092-1/+19
* envelope: display message envelope infoKoni Marti2022-10-261-0/+152
* pipe: reorder patches based on email subjectsRobin Jarry2022-10-251-25/+7
* split: clamp minimum split size to 1Tim Culverhouse2022-10-201-0/+4
* split: prevent panic when store is not setTim Culverhouse2022-10-191-0/+3
* msgview: enable next/prev with unfetched headersKoni Marti2022-10-191-14/+26
* split: prevent opening split when no messages are selectedTim Culverhouse2022-10-191-4/+2
* command/help: remove helpClose functionTim Culverhouse2022-10-191-7/+0
* ui: add :split and :vsplit view optionsTim Culverhouse2022-10-181-0/+63
* compose: warn before sending without attachmentJason Cox2022-10-171-2/+37
* notmuch: add "tag" alias for modify-labels commandinwit2022-10-171-1/+1
* commands: split open-link in separate fileRobin Jarry2022-10-162-19/+46
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-165-11/+5
* invalidatable: cleanup dead codeTim Culverhouse2022-10-1214-16/+30
* forward,recall: fix charsets in part attachmentKoni Marti2022-10-072-4/+6
* view: add peek flag and propagateKoni Marti2022-10-044-6/+19
* viewer: option to not mark message as seenKoni Marti2022-10-045-5/+10
* logging: substitute %w for %vKoni Marti2022-10-022-2/+2
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-011-0/+22
* open: allow overriding default programRobin Jarry2022-10-011-3/+5
* open: simplify codeRobin Jarry2022-10-012-24/+10
* 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
* switch: update status lineKoni Marti2022-09-201-1/+5
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-201-5/+33
* commands: add switch-account command for composerKoni Marti2022-09-191-0/+47
* statusline-format: add %p placeholder for current pathBence Ferdinandy2022-09-191-0/+1
* history: store command history in a fileMoritz Poldrack2022-09-141-0/+77
* history: don't store duplicate entriesMoritz Poldrack2022-09-141-1/+3
* commands: add zoxide support via :zBence Ferdinandy2022-09-131-0/+85
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+26
* attach: enable path globbingMoritz Poldrack2022-08-301-10/+32
* 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-222-4/+28