aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parse msg-id lists more liberallyNguyễn Gia Phong2023-03-267-38/+99
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-264-55/+53
* ci: fix lint if notmuch is not installedMoritz Poldrack2023-03-162-3/+2
* doc: merge duplicate :filter in aerc(1)witcher2023-03-161-6/+2
* main: rename aerc.go -> main.goRobin Jarry2023-03-151-0/+0
* config: fix default value of next-message-on-deleteRobin Jarry2023-03-151-1/+1
* move/archive: make sure to close existing viewerRobin Jarry2023-03-151-0/+2
* openers: support basic shell globbingRobin Jarry2023-03-135-16/+38
* openers: add mime type handling for open-linkRobin Jarry2023-03-137-17/+33
* doc: improve aerc-templates examplesRobin Jarry2023-03-131-2/+5
* fswatcher: fix bsd supportRobin Jarry2023-03-106-20/+14
* account: fix crash/race on initRobin Jarry2023-03-091-0/+3
* goflags.sh: silence errorsRobin Jarry2023-03-091-1/+1
* doc: add missing references to other manpagesTom Schwindl2023-03-091-2/+3
* templates: add conditional style methodRobin Jarry2023-03-084-1/+25
* templates: add switch/case functionsRobin Jarry2023-03-083-0/+45
* templates: add match functionRobin Jarry2023-03-083-0/+40
* templates: reverse args order for .StyleRobin Jarry2023-03-082-2/+2
* templates: make SubjectBase official apiRobin Jarry2023-03-084-1/+16
* templates: separate thread prefix from subjectRobin Jarry2023-03-088-16/+27
* msglist: fix inconsistent thread subject deduplicationRobin Jarry2023-03-081-1/+11
* templates: avoid error when using .Style with unknown style nameRobin Jarry2023-03-081-1/+4
* templates: allow layered fg & bg color for inline stylesRobin Jarry2023-03-081-5/+7
* contrib: fix sendemail validate scriptRobin Jarry2023-03-083-10/+29
* mk: use fixed versions for gofumpt and golangci-lintRobin Jarry2023-03-081-3/+5
* statusline: avoid races when updating status stackTim Culverhouse2023-03-071-0/+10
* notmuch: use fswatcher to trigger directory count updateTim Culverhouse2023-03-073-13/+37
* notmuch/checkmail: simplify check-mail functionTim Culverhouse2023-03-071-19/+9
* fswatcher: add a darwin fswatcher implementationTim Culverhouse2023-03-075-0/+97
* maildir: use FSWatcher interfaceTim Culverhouse2023-03-072-13/+8
* worker/lib: implement an fswatcher interfaceTim Culverhouse2023-03-073-0/+113
* change-tab: document "focus previous tab" functionalityinwit2023-03-071-2/+3
* ipc: stay silent if command succeededMoritz Poldrack2023-03-072-3/+2
* ipc: allow triggering internal commands via IPCMoritz Poldrack2023-03-077-0/+34
* ipc: use an interface instead of a function listMoritz Poldrack2023-03-073-10/+14
* ipc: change protocol to JSONMoritz Poldrack2023-03-074-36/+108
* socket: refactor existing codeMoritz Poldrack2023-03-073-146/+147
* socket: extract functionality into ipc packageMoritz Poldrack2023-03-072-5/+5
* mk: speed up notmuch detectionRobin Jarry2023-03-064-31/+28
* mk: remove smart rebuild when GOFLAGS have changedRobin Jarry2023-03-063-18/+4
* table: fix center paddingRobin Jarry2023-03-042-14/+29
* mk: detect if notmuch headers & libs are availableRobin Jarry2023-03-033-3/+39
* config: use reflection to map ini keys to struct fieldsRobin Jarry2023-03-0210-541/+465
* templates: allow inline user stylesTim Culverhouse2023-03-028-0/+66
* colorize: stop parsing theme when other section startsRobin Jarry2023-03-021-1/+6
* ui: parse strings for ansi stylesTim Culverhouse2023-03-025-33/+714
* doc: add missing entries for :sign and :encryptwitcher2023-03-021-0/+10
* pgp: automatically determine signer from senderwitcher2023-03-021-12/+31
* pgp: fix segfault for opportunistic encryptionwitcher2023-03-021-3/+6
* check-patches: report all errorsRobin Jarry2023-02-281-14/+18