aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-285-131/+108
* patch: add auto-switch optionKoni Marti2024-08-241-1/+23
* commands: add reloadKoni Marti2024-08-203-4/+8
* store: extract configure logicKoni Marti2024-08-201-12/+8
* account: update split viewsKoni Marti2024-08-201-2/+23
* account: extract configure logicKoni Marti2024-08-201-17/+22
* account: remove ui config struct fieldKoni Marti2024-08-203-21/+18
* tabs: update ui config in any tabKoni Marti2024-08-201-8/+10
* styles: add a style for forwarded messagesinwit2024-08-201-0/+3
* filters: send real COLUMNS and LINES valuesTristan Partin2024-08-201-0/+4
* view-message: add option to view message in background tabAron Lebani2024-08-042-22/+29
* reply: allow copying to current folderRobin Jarry2024-08-032-1/+5
* acct: indicate connection state in tab titleKoni Marti2024-08-031-0/+1
* imap: report errors from serverRobin Jarry2024-07-011-1/+15
* threadbuilder: allow threading by subjectRobin Jarry2024-06-251-0/+1
* threadbuilder: show siblings even when no parent foundKoni Marti2024-06-251-11/+19
* dirlist: store previous folder infoKoni Marti2024-06-231-0/+8
* query: allow forcing overwrite of existing folderBence Ferdinandy2024-06-232-6/+7
* binds: allow per folder sections for the message viewerRobin Jarry2024-06-231-2/+4
* selector: fix body text truncationRobin Jarry2024-06-161-0/+12
* hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNTBence Ferdinandy2024-06-051-0/+6
* hooks: add AERC_FOLDER_ROLE to hooks with AERC_FOLDERBence Ferdinandy2024-06-051-0/+9
* app: propagate bell from the built-in terminalKarel Balej2024-06-041-0/+2
* ui: add select-last-message optionKoni Marti2024-05-281-0/+1
* app: make aerc satisfy the Beeper interface againKarel Balej2024-05-091-5/+3
* attach: use absolute paths instead of relativeBence Ferdinandy2024-04-141-0/+4
* hooks: add flag-changedBence Ferdinandy2024-04-141-0/+10
* hooks: add tag-modifiedBence Ferdinandy2024-04-141-0/+10
* compose: explicitly identify converted text/* partsRobin Jarry2024-04-131-1/+4
* composer: block :quit command if composer is activeVitaly Ovchinnikov2024-04-131-0/+4
* ipc: retry failed command directly, not over IPCJason Cox2024-04-132-7/+27
* ui: use a custom prefix for dummy rootJulio B2024-04-131-1/+5
* send: prevent sending if multipart conversion failedVitaly Ovchinnikov2024-04-031-3/+26
* gpg: add pgp-self-encrypt optionBartkk2024-04-031-0/+9
* config: make popover dialogs configurableJohannes Thyssen Tishman2024-04-022-20/+39
* filters: add matching against attachment filenameBence Ferdinandy2024-03-251-0/+5
* gpg: fix mime-version header positionRobin Jarry2024-03-101-8/+0
* templates: add visual mode indicator to TrayInfoJason Cox2024-03-041-0/+3
* commands: add :query to create named notmuch dirsJason Cox2024-02-262-6/+7
* msglist: allow configuring default splitRobin Jarry2024-02-221-15/+23
* status: make message counts available in templatesJason Cox2024-02-191-0/+1
* log: move package to libRobin Jarry2024-02-1412-12/+12
* lib: add function to obtain Message-ID hostnameKarel Balej2024-02-121-21/+10
* terminal: use start with appropriate sizeTim Culverhouse2024-02-121-1/+2
* vaxis: update to v0.7.2 and update ansi parserTim Culverhouse2024-02-121-10/+16
* mouse: use vaxis mouse eventsTim Culverhouse2024-02-127-39/+30
* paste: use vaxis paste eventsTim Culverhouse2024-02-121-6/+8
* terminal: replace tcell-term with vaxis terminalTim Culverhouse2024-02-121-41/+20
* style: use vaxis style everywhereTim Culverhouse2024-02-1210-26/+23
* aerc: replace tcell keys with vaxis keysTim Culverhouse2024-02-127-70/+98