aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* filters: awk filter to parse text/calendarKoni Marti2022-05-312-0/+329
* compose: prevent sending empty address list headersTim Culverhouse2022-05-251-0/+4
* terminal: fix deadlock with finer-grained lockingKoni Marti2022-05-251-3/+8
* gpg: refactor tests for macos compatibilityTim Culverhouse2022-05-253-186/+156
* fix: "terminal: fix race when closing a terminal"Robin Jarry2022-05-231-3/+0
* terminal: fix race when closing a terminalKoni Marti2022-05-231-0/+10
* help: add completionsTim Culverhouse2022-05-231-2/+15
* gpg: do not mask errorsRobin Jarry2022-05-101-1/+1
* gpg: make tests more robustRobin Jarry2022-05-104-24/+31
* mk: bump versionRobin Jarry2022-05-101-1/+1
* ui: fix panic in selector when resizing terminal0.10.0Koni Marti2022-05-081-5/+63
* pgp: add attach key commandTim Culverhouse2022-05-067-3/+174
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-067-21/+107
* pgp: add options auto-sign & opportunistic-encryptTim Culverhouse2022-05-063-1/+29
* store: remove callbacks on errorKoni Marti2022-05-061-3/+28
* compose: use selected account ui config for security headerRobin Jarry2022-05-041-1/+2
* pgp: fix crash on gpg decrypt failTim Culverhouse2022-05-041-0/+1
* pgp: check for signing key before signing timeTim Culverhouse2022-05-047-7/+93
* imap: add timeout to tcp connect functionsKoni Marti2022-05-042-120/+188
* imap: add debouncer to the idlerKoni Marti2022-05-043-11/+35
* imap: monitor the logout channel with an observerKoni Marti2022-05-043-86/+186
* imap: manage idle mode with an idlerKoni Marti2022-05-043-24/+181
* imap: extract imap config and configure handlingKoni Marti2022-05-042-97/+123
* recall: mention the -f option in the error messageinwit2022-04-291-2/+2
* compose: add sign/encrypt persistent displayTim Culverhouse2022-04-291-5/+78
* dirlist: add format specifier to compact folder nameKoni Marti2022-04-293-0/+33
* imap: fix out-of-range panic for imap updatesKoni Marti2022-04-291-0/+14
* compose: use account ui config where missingRobin Jarry2022-04-281-5/+5
* grid: don't draw at a negative offsetConnor Kuehl2022-04-281-0/+4
* imap: avoid crash when replying to unread messageRobin Jarry2022-04-281-2/+9
* feat: add gpg integrationTim Culverhouse2022-04-2718-30/+1493
* refactor: refactor pgp implementationTim Culverhouse2022-04-2715-193/+356
* style: add style config options for dirlist_unread and dirlist_recentTim Culverhouse2022-04-274-10/+46
* pgp: ensure CRLF line endings in pgpmail readerKoni Marti2022-04-252-1/+12
* msgviewer: show available bindings when filter not configuredkt programs2022-04-251-27/+59
* config: add unsafe-accounts-conf optionVictor Freire2022-04-253-6/+32
* binds: fix incorrect key names for c-] and c-[Ivan Oleynikov2022-04-251-2/+2
* filter: clear filter when called with no argsKoni Marti2022-04-251-0/+3
* statusline: refactor to make it more customizableKoni Marti2022-04-258-93/+407
* config: clarify threading-enabled optionKenneth Flak2022-04-192-1/+7
* store: keep current message selectedKoni Marti2022-04-174-2/+55
* status: use contextual ui styleset for statuslineKoni Marti2022-04-171-7/+9
* aerc: use contextual ui styleset for tabs/composeKoni Marti2022-04-172-8/+24
* Add html "unsafe" filter to work also without danteJens Grassel2022-04-172-0/+17
* binds: allow to bind a command to < and >Koni Marti2022-04-171-0/+8
* review: show command that will be executed by bindingkt programs2022-04-141-4/+2
* main: remove unnecessary pointer dereferenceConnor Kuehl2022-04-141-2/+2
* binds: add binding for :open by default in viewerkt programs2022-04-141-1/+2
* forward: allow ':forward -A' with no addressTim Culverhouse2022-04-141-6/+9
* config: don't swallow error in checkConfigPermsConnor Kuehl2022-04-141-1/+5