aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rfc822: be liberal with invalid address headersRobin Jarry2024-07-022-0/+61
* imap: report errors from serverRobin Jarry2024-07-011-2/+4
* rfc822: properly parse address listsRobin Jarry2024-06-291-10/+7
* threadbuilder: allow threading by subjectRobin Jarry2024-06-252-10/+28
* threadbuilder: show siblings even when no parent foundKoni Marti2024-06-252-21/+33
* hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNTBence Ferdinandy2024-06-056-0/+11
* templates: add .AccountBackendBence Ferdinandy2024-06-051-0/+7
* hooks: add AERC_FOLDER_ROLE to hooks with AERC_FOLDERBence Ferdinandy2024-06-054-0/+8
* ui: add select-last-message optionKoni Marti2024-05-281-1/+8
* msgstore: restore the directoryChange bool to fix new message bellKarel Balej2024-05-091-0/+7
* attach: use absolute paths instead of relativeBence Ferdinandy2024-04-141-1/+2
* hooks: add flag-changedBence Ferdinandy2024-04-142-1/+49
* hooks: add tag-modifiedBence Ferdinandy2024-04-142-2/+37
* compose,viewer: do not always wrap people names in quotesRobin Jarry2024-04-131-8/+6
* compose: explicitly identify converted text/* partsRobin Jarry2024-04-131-6/+15
* vaxis: fix panic trace print on stderrRobin Jarry2024-04-131-0/+1
* ipc: disable IPC completely when disable-ipc=trueJason Cox2024-04-131-4/+0
* ipc: retry failed command directly, not over IPCJason Cox2024-04-132-46/+6
* ipc: improve error handlingJason Cox2024-04-132-13/+8
* send: prevent sending if multipart conversion failedVitaly Ovchinnikov2024-04-031-3/+4
* notmuch: add strategies for multi-file messagesJason Cox2024-04-021-8/+10
* mod: update all dependenciesRobin Jarry2024-04-021-18/+9
* gpg: use export-minimal when attaching public keyRobin Jarry2024-03-101-1/+2
* gpg: fix mime-version header positionRobin Jarry2024-03-101-3/+27
* templates: add visual mode indicator to TrayInfoJason Cox2024-03-043-0/+24
* ui: update vaxis and only use disambiguate csi-u flagTim Culverhouse2024-02-261-0/+1
* ui: enable CSIu key encodingTim Culverhouse2024-02-221-2/+8
* revert: "ui: enable kitty keyboard protocol"Robin Jarry2024-02-191-1/+2
* ui: enable kitty keyboard protocolTim Culverhouse2024-02-191-2/+1
* ipc: accept verbatim commandsJason Cox2024-02-191-2/+5
* format: remove unused codeTim Culverhouse2024-02-191-27/+0
* store: fix split view blinkingNicolas Dichtel2024-02-151-10/+14
* hooks: add Message-ID to variables for mail-receivedMoritz Poldrack2024-02-141-0/+1
* log: move package to libRobin Jarry2024-02-1431-29/+241
* lib: add function to obtain Message-ID hostnameKarel Balej2024-02-121-0/+20
* send: move code to lib for reuseKarel Balej2024-02-126-0/+375
* vaxis: update to v0.7.2 and update ansi parserTim Culverhouse2024-02-126-726/+171
* aerc: set title using vaxisTim Culverhouse2024-02-121-0/+1
* mouse: use vaxis mouse eventsTim Culverhouse2024-02-124-17/+13
* terminal: replace tcell-term with vaxis terminalTim Culverhouse2024-02-122-14/+1
* style: use vaxis style everywhereTim Culverhouse2024-02-125-117/+125
* aerc: replace tcell keys with vaxis keysTim Culverhouse2024-02-122-23/+25
* fill: replace tcell.Style with vaxis.StyleTim Culverhouse2024-02-122-7/+5
* ui: initialize vaxis directly, drop tcell.Screen initializationTim Culverhouse2024-02-123-29/+20
* ui: remove screen and viewportsTim Culverhouse2024-02-123-69/+73
* aerc: change event interfaces to vaxis eventsTim Culverhouse2024-02-128-16/+18
* msgviewer: implement inline image viewingTim Culverhouse2024-02-121-0/+1
* ui: create and expose vaxis Window with ContextTim Culverhouse2024-02-121-2/+11
* ui: so long tcellTim Culverhouse2024-02-121-1/+11
* parse/ansi: remove tcell/terminfo dependencyTim Culverhouse2024-02-122-69/+69