aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* config: rework contextual sections implementationRobin Jarry2022-12-149-139/+173
* git-stats: add reviewer statsRobin Jarry2022-12-071-0/+14
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-078-1/+227
* msgstore: set store.uids in threaded directoriesTim Culverhouse2022-12-071-0/+1
* log: force trace level when using shell redirectionRobin Jarry2022-12-073-6/+6
* pgp-provider: set default value to autoRobin Jarry2022-12-066-13/+43
* doc: add synopsis for all settingsRobin Jarry2022-12-069-170/+143
* filters: add wrap utility written in goRobin Jarry2022-12-057-12/+495
* mk: display formatting diffsRobin Jarry2022-12-031-1/+1
* compose: show relevant bindings on review screenBence Ferdinandy2022-12-021-20/+48
* view: add close-on-reply optionBence Ferdinandy2022-12-023-1/+18
* imap: use list-status for check-mailTim Culverhouse2022-12-023-26/+49
* imap: use list-status for list-directories if availableTim Culverhouse2022-12-021-8/+48
* imap: check for list-status capabilityTim Culverhouse2022-12-021-3/+16
* imap: add LIST-STATUS extensionTim Culverhouse2022-12-021-0/+149
* imap: simplify error handling in list directoriesTim Culverhouse2022-12-021-5/+6
* jwz: upgrade to develop branchTim Culverhouse2022-12-022-3/+3
* store: fix server-side threads togglingKoni Marti2022-12-021-3/+2
* notmuch: preserve tags when moving messagesinwit2022-12-021-2/+14
* notmuch: allow moving single file messagesinwit2022-12-021-9/+14
* daterange: support relative termsKoni Marti2022-12-024-5/+475
* imap: filter and search with a date rangeKoni Marti2022-12-021-1/+15
* maildir: filter and search with a date rangeKoni Marti2022-12-022-7/+43
* search: handle date ranges in search/filter queryKoni Marti2022-12-023-4/+156