aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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