summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-01hooks: add aerc-shutdownMoritz Poldrack
2023-04-01hooks: add aerc-startup hookMoritz Poldrack
2023-04-01config: replace triggers with hooksMoritz Poldrack
2023-04-01tabs: make sure to close tab contentRobin Jarry
2023-03-31config: remove subject contextual ui sectionsRobin Jarry
2023-03-31styleset: allow dynamic msglist stylingRobin Jarry
2023-03-31config: rework styleset parsingRobin Jarry
2023-03-31style: inherit colors unless explicitly set in layered stylesRobin Jarry
2023-03-31templates: fix layered fg & bg color for inline stylesRobin Jarry
2023-03-26config: report accounts.conf format errorsRobin Jarry
2023-03-26colorize: emit OSC 8 for URLs and emailsKirill Chibisov
2023-03-26colorize: use bool for boolean variablesRobin Jarry
2023-03-26parse msg-id lists more liberallyNguyễn Gia Phong
2023-03-26smtp: replace smtp-starttls with schema optionMarcin Serwin
2023-03-16ci: fix lint if notmuch is not installedMoritz Poldrack
2023-03-16doc: merge duplicate :filter in aerc(1)witcher
2023-03-15main: rename aerc.go -> main.goRobin Jarry
2023-03-15config: fix default value of next-message-on-deleteRobin Jarry
2023-03-15move/archive: make sure to close existing viewerRobin Jarry
2023-03-13openers: support basic shell globbingRobin Jarry
2023-03-13openers: add mime type handling for open-linkRobin Jarry
2023-03-13doc: improve aerc-templates examplesRobin Jarry
2023-03-10fswatcher: fix bsd supportRobin Jarry
2023-03-09account: fix crash/race on initRobin Jarry
2023-03-09goflags.sh: silence errorsRobin Jarry
2023-03-09doc: add missing references to other manpagesTom Schwindl
2023-03-08templates: add conditional style methodRobin Jarry
2023-03-08templates: add switch/case functionsRobin Jarry
2023-03-08templates: add match functionRobin Jarry
2023-03-08templates: reverse args order for .StyleRobin Jarry
2023-03-08templates: make SubjectBase official apiRobin Jarry
2023-03-08templates: separate thread prefix from subjectRobin Jarry
2023-03-08msglist: fix inconsistent thread subject deduplicationRobin Jarry
2023-03-08templates: avoid error when using .Style with unknown style nameRobin Jarry
2023-03-08templates: allow layered fg & bg color for inline stylesRobin Jarry
2023-03-08contrib: fix sendemail validate scriptRobin Jarry
2023-03-08mk: use fixed versions for gofumpt and golangci-lintRobin Jarry
2023-03-07statusline: avoid races when updating status stackTim Culverhouse
2023-03-07notmuch: use fswatcher to trigger directory count updateTim Culverhouse
2023-03-07notmuch/checkmail: simplify check-mail functionTim Culverhouse
2023-03-07fswatcher: add a darwin fswatcher implementationTim Culverhouse
2023-03-07maildir: use FSWatcher interfaceTim Culverhouse
2023-03-07worker/lib: implement an fswatcher interfaceTim Culverhouse
2023-03-07change-tab: document "focus previous tab" functionalityinwit
2023-03-07ipc: stay silent if command succeededMoritz Poldrack
2023-03-07ipc: allow triggering internal commands via IPCMoritz Poldrack
2023-03-07ipc: use an interface instead of a function listMoritz Poldrack
2023-03-07ipc: change protocol to JSONMoritz Poldrack
2023-03-07socket: refactor existing codeMoritz Poldrack
2023-03-07socket: extract functionality into ipc packageMoritz Poldrack