aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* complete: only display popover for more than one choiceRobin Jarry2023-11-221-64/+74
* completion: hide quotes from choicesRobin Jarry2023-11-121-3/+10
* threads: add .ThreadUnread to template datainwit2023-11-121-2/+8
* complete: allow disabling automatic completionRobin Jarry2023-11-021-0/+4
* complete: allow setting the completion key bindingRobin Jarry2023-11-021-18/+12
* hooks: add mail-added hookJason Cox2023-11-022-2/+51
* hooks: add mail-deleted hookJason Cox2023-11-022-2/+31
* fold: add an option to toggle foldinginwit2023-11-021-10/+25
* fold: allow for multiple folding levelsinwit2023-11-022-3/+12
* open: run commands with sh -cRobin Jarry2023-10-281-15/+13
* search: use a common api for all workersRobin Jarry2023-10-281-15/+14
* worker: move shared code to libRobin Jarry2023-10-288-11/+1117
* commands: pass raw command line down to template evaluationRobin Jarry2023-10-282-4/+5
* lib: remove unused ShellQuote functionRobin Jarry2023-10-281-17/+0
* commands: add :suspendNojus Gudinavičius2023-10-241-0/+33
* accounts: allow fnmatch-style wildcards in aliasesJason Cox2023-10-221-2/+5
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-131-0/+2
* ui: export global functionsRobin Jarry2023-10-112-47/+28
* commands: add :toggle-thread-context commandTim Culverhouse2023-09-271-0/+8
* ui: enable showing of thread-contextTim Culverhouse2023-09-272-2/+12
* xdg: fix unit tests on macosRobin Jarry2023-09-191-0/+4
* config: make all message list symbols/icons configurableowl2023-09-191-6/+6
* hyperlinks: better parsing of emails without mailto prefixesVitaly Ovchinnikov2023-09-192-1/+36
* msgstore: ensure selection when calling sortTim Culverhouse2023-08-311-0/+5
* notmuch: add notmuch bindingsTim Culverhouse2023-08-3010-0/+1074
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-275-28/+17
* xdg: add functions to deal with user home pathsRobin Jarry2023-08-274-0/+403
* attach: add an option to pipe the attachments inVitaly Ovchinnikov2023-08-051-18/+22
* hooks: add account and folder to mail-received envRobin Jarry2023-08-041-0/+4
* msglist: fetch headers even when not focusedRobin Jarry2023-08-041-7/+28
* watchers: move filesystem monitoring stuff in libRobin Jarry2023-08-043-0/+200
* templates: attach directly from templatesKoni Marti2023-08-032-0/+28
* mouse: fix offset in tab title clickable areaBence Ferdinandy2023-08-031-10/+18
* wizard: display warning when focus is lostKoni Marti2023-08-031-0/+6
* textinput: fix deleteWord with an only whitespaceOskar Sharipov2023-07-282-1/+73
* templates: add ThreadCount and ThreadFoldedKoni Marti2023-07-161-8/+26
* store: implement thread foldingKoni Marti2023-07-162-1/+39
* threadbuilder: store uid/thread associationKoni Marti2023-07-162-35/+39
* lib: invert logic of mimeDB lookupMoritz Poldrack2023-07-061-4/+2
* templates: process reversed names betterVitaly Ovchinnikov2023-06-292-3/+135
* parse-links: be more strict with url parsingRobin Jarry2023-06-252-19/+108
* textinput: fix stemming with multi-byte charsKoni Marti2023-06-221-1/+1
* msgstore: delete pending headers when done or cancelledTim Culverhouse2023-06-201-1/+2
* worker: add context to cancellable requestsTim Culverhouse2023-06-201-11/+19
* msgstore: pass context from dirlist to msgstoreTim Culverhouse2023-06-201-0/+8
* msgstore: allocate properly sized mapsTim Culverhouse2023-06-201-3/+2
* logging: remove ultra verbose trace logsRobin Jarry2023-06-121-3/+1
* templates: add map functionsRobin Jarry2023-06-102-0/+50
* lib: don't set seen flag upon errorKoni Marti2023-05-281-4/+9
* dirstore: list the folders in arrival orderKoni Marti2023-05-283-1/+45