aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* threading: refactor reselect logicTim Culverhouse2022-07-101-4/+24
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-45/+18
* threading: add force-client-threads optionTim Culverhouse2022-07-101-2/+1
* threading: enable toggle-threads for server-side threadsTim Culverhouse2022-07-101-15/+21
* msgstore: remove duplicate calls to store.updateTim Culverhouse2022-07-101-3/+0
* fix panic on closing a tabMoritz Poldrack2022-07-101-2/+6
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-032-5/+5
* gpg: fix panic when signing an unparsable messageMoritz Poldrack2022-07-021-1/+5
* forward: provide option to append all attachmentsKoni Marti2022-07-022-0/+73
* compose: refactor attachment handlingKoni Marti2022-07-021-0/+136
* gpg: fix error handling during decryptionTim Culverhouse2022-06-281-3/+5
* gpg: don't send messages that failed encryptionTim Culverhouse2022-06-262-1/+7
* calendar: fix go vet errorMoritz Poldrack2022-06-241-1/+1
* msgviewer: open http links from messagesKoni Marti2022-06-142-0/+143
* visual-mode: deselect messages after performing commandTim Culverhouse2022-06-141-0/+6
* msgviewer: parse and display authentication resultsKoni Marti2022-06-091-0/+145
* feat: add background mail polling option for all workersTim Culverhouse2022-05-312-2/+8
* store: clean marked messagesKoni Marti2022-05-311-0/+18
* invites: reply with accept, accept-tentative or declineKoni Marti2022-05-312-0/+217
* gpg: refactor tests for macos compatibilityTim Culverhouse2022-05-253-186/+156
* gpg: do not mask errorsRobin Jarry2022-05-101-1/+1
* gpg: make tests more robustRobin Jarry2022-05-103-24/+27
* pgp: add attach key commandTim Culverhouse2022-05-064-1/+61
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-065-0/+37
* store: remove callbacks on errorKoni Marti2022-05-061-3/+28
* pgp: fix crash on gpg decrypt failTim Culverhouse2022-05-041-0/+1
* pgp: check for signing key before signing timeTim Culverhouse2022-05-045-0/+59
* dirlist: add format specifier to compact folder nameKoni Marti2022-04-291-0/+27
* grid: don't draw at a negative offsetConnor Kuehl2022-04-281-0/+4
* feat: add gpg integrationTim Culverhouse2022-04-2714-21/+1461
* refactor: refactor pgp implementationTim Culverhouse2022-04-274-113/+276
* pgp: ensure CRLF line endings in pgpmail readerKoni Marti2022-04-251-1/+1
* statusline: refactor to make it more customizableKoni Marti2022-04-254-87/+317
* store: keep current message selectedKoni Marti2022-04-171-1/+22
* aerc: use contextual ui styleset for tabs/composeKoni Marti2022-04-171-4/+10
* imap: fix no-envelope-for-message errorKoni Marti2022-04-111-1/+3
* statusline: indicate when sorting is in progressKoni Marti2022-03-252-0/+13
* store: sort messages even when a filter is appliedKoni Marti2022-03-251-0/+1
* sort: keep sort criteria applied to folderKoni Marti2022-03-251-3/+4
* completion: install panic handler in completion callbackRobin Jarry2022-03-251-0/+2
* threading: fix msg-id order in references headerKoni Marti2022-03-231-5/+17
* logging: added a log on panicMoritz Poldrack2022-03-233-1/+15
* statusline: make statusline folder-specificKoni Marti2022-03-232-38/+61
* threading: fix stack overflow from faulty headersKoni Marti2022-03-221-1/+13
* msglist: update message counter upon filter changeKoni Marti2022-03-201-0/+11
* store: fix deleting messages in filter modeKoni Marti2022-03-201-0/+8
* statusline: implement per-account statusKoni Marti2022-03-181-0/+133
* go vet: unreachable codeMoritz Poldrack2022-03-181-5/+0
* store: allow consecutive filter and search queriesKoni Marti2022-03-141-7/+21
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-122-2/+2