aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* tabs: make sure to close tab contentRobin Jarry2023-04-0111-22/+17
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-261-8/+3
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-261-33/+32
* move/archive: make sure to close existing viewerRobin Jarry2023-03-151-0/+2
* openers: add mime type handling for open-linkRobin Jarry2023-03-132-4/+12
* statusline: add column based render formatRobin Jarry2023-02-201-1/+1
* statusline: move files to lib/stateRobin Jarry2023-02-207-20/+20
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-5/+16
* commands: expand template placeholdersAivars Vaivods2023-02-201-1/+45
* log: add debug for send configurationBence Ferdinandy2023-02-121-0/+8
* tabs: use template for compose tabsTim Culverhouse2023-02-127-66/+7
* config: add option for SMTP HELO/EHLO local domainKarel D. Kopecký2023-02-021-2/+14
* switch-account: also switch account configurationBence Ferdinandy2023-01-261-0/+1
* logging: add trace to every command callBence Ferdinandy2023-01-261-0/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-066-0/+8
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-047-10/+8
* config: parse account from and aliases onceRobin Jarry2023-01-043-36/+7
* model: change flags array to bitmaskRobin Jarry2023-01-044-12/+5
* send: add option to send&archiveBence Ferdinandy2023-01-043-12/+36
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-6/+7
* smtp: remove requirement for oauthbearer token-endpointTim Culverhouse2022-12-211-7/+6
* attach: don't glob hidden filesMoritz Poldrack2022-12-202-0/+26
* split: use a sensible default widthMoritz Poldrack2022-12-191-0/+8
* 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
* split: refactor split update logicTim Culverhouse2022-12-141-3/+0
* config: make various sections accessible via global varsRobin Jarry2022-12-1418-33/+38
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-0/+73
* 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