aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* threading: honor user-defined sort criteriaKoni Marti2022-03-092-50/+57
* add removal of existing socketsMoritz Poldrack2022-03-031-0/+3
* threading: implement on-the-fly message threadingKoni Marti2022-02-242-1/+320
* config: do not hardcode sharedirRobin Jarry2022-02-191-0/+8
* lib/ui/textinput: stop at /, ", and ' charsPranjal Kole2022-02-031-5/+11
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-221-0/+7
* completions: add support for completing multiple addressesParasrah2022-01-071-5/+6
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+10
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+14
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-072-3/+3
* format: reformat code with go 1.17Robin Jarry2021-12-112-2/+4