aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* changelog: move index-columns in the unreleased sectionRobin Jarry2023-01-081-2/+8
* pgp: add configurable error level for opportunistic encryptionTim Culverhouse2023-01-063-2/+44
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-0616-0/+26
* contrib: add linter to check for panic handler in goroutinesRobin Jarry2023-01-065-1/+140
* doc: fix English typosRobin Jarry2023-01-064-5/+5
* config: add columns based index formatRobin Jarry2023-01-069-149/+474
* ui: add reusable table widgetRobin Jarry2023-01-042-0/+330
* selector: implement dynamic heightRobin Jarry2023-01-041-3/+17
* format: add utf-8 aware truncate head functionRobin Jarry2023-01-042-0/+27
* templates: add more fields and functionsRobin Jarry2023-01-046-40/+556
* templates: change fields as lazy functionsRobin Jarry2023-01-0410-50/+79
* templates: split code in multiple filesRobin Jarry2023-01-043-182/+193
* config: parse account from and aliases onceRobin Jarry2023-01-049-74/+38
* config: cleanup accounts.conf section parsingRobin Jarry2023-01-041-52/+48
* model: change flags array to bitmaskRobin Jarry2023-01-0428-207/+120
* send: add option to send&archiveBence Ferdinandy2023-01-045-14/+46
* Release version 0.14.00.14.0Robin Jarry2023-01-042-1/+3
* sendemail-validate: fix compat with older git versionsRobin Jarry2023-01-041-6/+6
* msgstore: fix deadlock in thread builderRobin Jarry2023-01-031-1/+5
* changelog: refine before releaseRobin Jarry2023-01-021-11/+17
* textinput: fix crash when scrolling back in command historyRobin Jarry2023-01-021-4/+4
* doc: fix numbered listsRobin Jarry2022-12-271-9/+9
* split: close split on update of split viewTim Culverhouse2022-12-271-0/+3
* term: upgrade tcell-term to v0.4.0Tim Culverhouse2022-12-272-3/+3
* doc: fix typosFolker Schwesinger2022-12-271-4/+3
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-255-102/+69
* colorize: add 'terminal' theme which respects termcolorsTim Culverhouse2022-12-211-0/+16
* smtp: remove requirement for oauthbearer token-endpointTim Culverhouse2022-12-211-7/+6
* sendemail-validate: ignore empty patches from cover letterRobin Jarry2022-12-211-1/+5
* attach: don't glob hidden filesMoritz Poldrack2022-12-202-0/+26
* ci: move check-patches at the end of pipelinesRobin Jarry2022-12-202-4/+4
* check-patches: ignore .mailmap for author and s-o-b trailer checkRobin Jarry2022-12-201-1/+1
* wizard: debounce warning to ensure pasted passwords are entered correctlyMoritz Poldrack2022-12-201-1/+12
* wizard: fix panic on any key pressRobin Jarry2022-12-191-205/+202
* split: use a sensible default widthMoritz Poldrack2022-12-193-2/+14
* msglist: make width available externallyMoritz Poldrack2022-12-191-0/+6
* mk: remove verbose for testsRobin Jarry2022-12-181-1/+1
* sendemail-validate: add human readable recommendationsRobin Jarry2022-12-151-3/+11
* reply: refactor close-on-reply setting to -c flagBence Ferdinandy2022-12-155-15/+15
* wrap: handle letters as list itemsRobin Jarry2022-12-141-1/+1
* contributing: add tooling for git send-emailRobin Jarry2022-12-145-2/+70
* config: add a default flag to icon-attachmentBen Cohen2022-12-141-0/+1
* threads: rebuild server threads when updating threadsTim Culverhouse2022-12-142-2/+13
* stylesets: install styles with aercBence Ferdinandy2022-12-146-1/+195
* style: make marked more important than searchBence Ferdinandy2022-12-141-5/+4
* findNextNonDeleted: set next to nil if last messageTim Culverhouse2022-12-141-0/+3
* split: refactor split update logicTim Culverhouse2022-12-144-32/+44
* maildir: send MessagesDeleted to UI when moving messagesTim Culverhouse2022-12-141-0/+4
* msglist: add attachment indicatorBence Ferdinandy2022-12-145-3/+17
* config: make various sections accessible via global varsRobin Jarry2022-12-1447-423/+395