aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialization fix for dynamic foldersAivars Vaivods2022-04-141-0/+9
* mk: do not depend on cmp being availableRobin Jarry2022-04-141-3/+1
* builds: add gnupg in preparation of gpg integrationRobin Jarry2022-04-145-1/+5
* builds: test with notmuchRobin Jarry2022-04-144-1/+8
* builds: reformat yamlRobin Jarry2022-04-144-50/+53
* imap: fix no-envelope-for-message errorKoni Marti2022-04-111-1/+3
* stylesets: allow specifying color by numberTobias Wölfel2022-04-072-2/+18
* fix: out-of-bounds error in command headerMoritz Poldrack2022-04-061-0/+6
* header: remove trailing colon in header fieldMoritz Poldrack2022-04-061-0/+2
* ui: fix panic in header formatterMoritz Poldrack2022-04-061-0/+4
* compose: parse headers correctly from -HEvan Gates2022-04-061-2/+15
* mk: rename ambiguous LDFLAGS variableRobin Jarry2022-04-061-4/+7
* save: fix path completionRobin Jarry2022-03-311-0/+9
* statusline: indicate when sorting is in progressKoni Marti2022-03-253-2/+16
* store: sort messages even when a filter is appliedKoni Marti2022-03-251-0/+1
* sort: keep sort criteria applied to folderKoni Marti2022-03-253-8/+16
* statusline: improve status line updatingKoni Marti2022-03-252-1/+10
* completion: install panic handler in completion callbackRobin Jarry2022-03-251-0/+2
* show-ics-details.py: fix error with python < 3.9Jens Grassel2022-03-241-16/+16
* save: add -a option to save all attachmentsRobin Jarry2022-03-243-18/+69
* logging: fix race condition in startupMoritz Poldrack2022-03-244-7/+14
* readme: add ~rjarry/aerc-discuss@lists.sr.ht in resourcesRobin Jarry2022-03-241-2/+5
* readme: add links to documentationRobin Jarry2022-03-241-3/+20
* threading: fix msg-id order in references headerKoni Marti2022-03-231-5/+17
* Add filter script for ics files.Jens Grassel2022-03-232-0/+90
* logging: added a log on panicMoritz Poldrack2022-03-2327-23/+161
* statusline: make statusline folder-specificKoni Marti2022-03-234-46/+67
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-223-22/+10
* threading: fix stack overflow from faulty headersKoni Marti2022-03-221-1/+13
* Release version 0.9.00.9.0Robin Jarry2022-03-211-1/+1
* readme: fix typoRobin Jarry2022-03-211-1/+1
* msglist: update message counter upon filter changeKoni Marti2022-03-202-0/+17
* store: fix deleting messages in filter modeKoni Marti2022-03-201-0/+8
* statusline: update status only when necessaryKoni Marti2022-03-201-1/+6
* statusline: implement per-account statusKoni Marti2022-03-1810-45/+196
* colorize: handle mailto prefixes in urlsRobin Jarry2022-03-181-1/+1
* mailto: handle bcc and body fieldsTim Culverhouse2022-03-181-0/+10
* go vet: not compatible with reflect.StructTag.GetMoritz Poldrack2022-03-181-1/+1
* go vet: unreachable codeMoritz Poldrack2022-03-181-5/+0
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-1815-102/+102
* mailto: allow empty recipient fieldTim Culverhouse2022-03-181-1/+4
* commands: use SelectedAccountUiConfig instead of explicit nil checkkt programs2022-03-163-19/+5
* commands: fix possible panic in CompletionFromListkt programs2022-03-161-1/+1
* store: allow consecutive filter and search queriesKoni Marti2022-03-141-7/+21
* bindings: fix panic for terminal keybindKoni Marti2022-03-141-1/+1
* viewer: add key passthrough modekt programs2022-03-146-24/+91