aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* templates: change layered fg & bg color prioritiesRobin Jarry2023-04-152-9/+8
* term: update tab title even when tab is not selectedRobin Jarry2023-04-151-2/+4
* term: ignore redraw events when not visibleRobin Jarry2023-04-155-3/+40
* dialog: avoid panic when window is too smallRobin Jarry2023-04-151-2/+14
* chore: fix typos in contributing guidelinesMoritz Poldrack2023-04-101-3/+3
* attach: focus terminal for file pickerKoni Marti2023-04-101-0/+1
* wrap: do not strip signature delimiter trailing spaceRobin Jarry2023-04-103-5/+13
* doc: clarify layered styles render priorityRobin Jarry2023-04-101-0/+43
* terminal: avoid high cpu usage when not focusedRobin Jarry2023-04-041-1/+3
* stylesets: fix *.selected parsingRobin Jarry2023-04-021-1/+1
* colorize: make url parsing more robustRobin Jarry2023-04-023-25/+84
* accounts: warn for starttls deprecation only onceRobin Jarry2023-04-021-1/+3
* hooks: add aerc-shutdownMoritz Poldrack2023-04-016-1/+45
* hooks: add aerc-startup hookMoritz Poldrack2023-04-016-1/+53
* config: replace triggers with hooksMoritz Poldrack2023-04-0111-90/+143
* tabs: make sure to close tab contentRobin Jarry2023-04-0117-44/+43
* config: remove subject contextual ui sectionsRobin Jarry2023-03-314-63/+57
* styleset: allow dynamic msglist stylingRobin Jarry2023-03-315-33/+134
* config: rework styleset parsingRobin Jarry2023-03-311-115/+53
* style: inherit colors unless explicitly set in layered stylesRobin Jarry2023-03-312-9/+13
* templates: fix layered fg & bg color for inline stylesRobin Jarry2023-03-311-7/+8
* config: report accounts.conf format errorsRobin Jarry2023-03-262-13/+15
* colorize: emit OSC 8 for URLs and emailsKirill Chibisov2023-03-264-7/+28
* colorize: use bool for boolean variablesRobin Jarry2023-03-261-27/+28
* 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