aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maildir: fix FSWatcher handling of eventsTim Culverhouse2023-05-111-40/+22
* msgstore: fix handling of deleted messagesTim Culverhouse2023-05-111-5/+4
* filters: fix option parsing on arm cpusRobin Jarry2023-05-113-37/+40
* Release version 0.15.10.15.1Robin Jarry2023-04-282-1/+3
* changelog: update before releaseRobin Jarry2023-04-281-0/+5
* maildir: fix handling of FSEventsTim Culverhouse2023-04-282-8/+44
* term: upgrade tcell-termTim Culverhouse2023-04-272-3/+3
* compose: do not strip leading space from signatureRobin Jarry2023-04-271-2/+1
* ui: avoid races with queue redrawRobin Jarry2023-04-271-15/+11
* imap: avoid error log when pruning cache entriesRobin Jarry2023-04-271-2/+4
* Release version 0.15.00.15.0Robin Jarry2023-04-262-1/+3
* ui: avoid duplicate queued redrawsRobin Jarry2023-04-261-1/+8
* term: fix handling of failed commandTim Culverhouse2023-04-263-4/+5
* imap: add size field to cache structKoni Marti2023-04-261-1/+4
* imap: clear cache on tag mismatchKoni Marti2023-04-261-2/+41
* messageinfo: report message sizesKoni Marti2023-04-265-4/+66
* mod: update all dependenciesRobin Jarry2023-04-243-430/+104
* mod: drop support for go 1.17Robin Jarry2023-04-246-16/+6
* changelog: add missing entriesRobin Jarry2023-04-241-0/+5
* term: add config options for TERM and osc8Tim Culverhouse2023-04-245-2/+30
* tcell-term: upgrade to latest releaseTim Culverhouse2023-04-233-22/+29
* colorize: support email domains that start/end with digitsRobin Jarry2023-04-221-1/+1
* mailto: add template parameterKoni Marti2023-04-222-2/+8
* search: handle headers in search/filter queryJulian Marcos2023-04-225-4/+28
* directory: add role to template fieldsTim Culverhouse2023-04-2210-15/+40
* directory: add IANA mailbox rolesTim Culverhouse2023-04-223-3/+47
* directory: use directory to store rue countsTim Culverhouse2023-04-2210-84/+57
* imap: update directory on flag opsTim Culverhouse2023-04-221-0/+3
* dirstore: store directory model in dirstoreTim Culverhouse2023-04-223-8/+15
* directory: remove attributes fieldTim Culverhouse2023-04-225-14/+7
* listDirectories: refactor listdirectories handlingTim Culverhouse2023-04-224-59/+69
* msgstore: create from types.Directory messageTim Culverhouse2023-04-223-29/+34
* capabilities: report capabilities from backendTim Culverhouse2023-04-2210-23/+48
* imap: properly handle mailbox status updatesTim Culverhouse2023-04-222-15/+11
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-227-13/+19
* colorize: don't print an id in osc8 terminatorTim Culverhouse2023-04-153-9/+13
* templates: change layered fg & bg color prioritiesRobin Jarry2023-04-152-9/+8
* term: update tab title even when tab is not selectedRobin Jarry2023-04-151-2/+4
* term: ignore redraw events when not visibleRobin Jarry2023-04-155-3/+40
* dialog: avoid panic when window is too smallRobin Jarry2023-04-151-2/+14
* chore: fix typos in contributing guidelinesMoritz Poldrack2023-04-101-3/+3
* attach: focus terminal for file pickerKoni Marti2023-04-101-0/+1
* wrap: do not strip signature delimiter trailing spaceRobin Jarry2023-04-103-5/+13
* doc: clarify layered styles render priorityRobin Jarry2023-04-101-0/+43
* terminal: avoid high cpu usage when not focusedRobin Jarry2023-04-041-1/+3
* stylesets: fix *.selected parsingRobin Jarry2023-04-021-1/+1
* colorize: make url parsing more robustRobin Jarry2023-04-023-25/+84
* accounts: warn for starttls deprecation only onceRobin Jarry2023-04-021-1/+3
* hooks: add aerc-shutdownMoritz Poldrack2023-04-016-1/+45
* hooks: add aerc-startup hookMoritz Poldrack2023-04-016-1/+53