aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* cc,bcc,forward: add completion from address bookRobin Jarry2024-06-252-2/+10
* next,prev: fix panic when message list is emptyRobin Jarry2024-06-251-0/+4
* dirlist: store previous folder infoKoni Marti2024-06-233-13/+12
* rmdir: allow specifying folder to deleteJason Cox2024-06-231-21/+47
* query: allow forcing overwrite of existing folderBence Ferdinandy2024-06-234-6/+7
* commands: use AccountConfig.Backend instead of reflectBence Ferdinandy2024-06-053-14/+4
* hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNTBence Ferdinandy2024-06-051-0/+1
* move: avoid crash when message list is not readyRobin Jarry2024-06-041-10/+7
* notmuch: add completions for :cf, :filter and :searchBence Ferdinandy2024-04-142-4/+31
* query: add completions for notmuch search-termsBence Ferdinandy2024-04-142-2/+60
* open: create a file even if filename is emptyBence Ferdinandy2024-04-141-1/+12
* compose: explicitly identify converted text/* partsRobin Jarry2024-04-131-2/+1
* pipe: allow closing the terminal automaticallyJohannes Thyssen Tishman2024-04-132-2/+7
* open: preserve the original filenameMaarten Aertsen2024-04-131-15/+12
* send: prevent sending if multipart conversion failedVitaly Ovchinnikov2024-04-031-0/+5
* config: make popover dialogs configurableJohannes Thyssen Tishman2024-04-024-19/+4
* notmuch: add strategies for multi-file messagesJason Cox2024-04-026-21/+92
* detach: add glob supportTristan Partin2024-03-101-3/+41
* quit: add :q aliasTristan Partin2024-03-101-1/+1
* commands: rename confusing constantsRobin Jarry2024-03-0441-47/+45
* commands: add :query to create named notmuch dirsJason Cox2024-02-264-23/+94
* commands: remove compose commands from message viewerRobin Jarry2024-02-221-1/+1
* msglist: allow configuring default splitRobin Jarry2024-02-221-2/+2
* commands: allow to forward from emlKoni Marti2024-02-141-7/+25
* commands: allow to reply to emlKoni Marti2024-02-141-6/+11
* log: move package to libRobin Jarry2024-02-1431-31/+31
* commands: add bounceKarel Balej2024-02-121-0/+210
* send: move code to lib for reuseKarel Balej2024-02-121-315/+7
* jmap: set explicit sender and recipientsKarel Balej2024-02-121-4/+4
* send: remove the sendCtx structKarel Balej2024-02-121-77/+54
* send: refactor parseSchemeKarel Balej2024-02-121-8/+8
* aerc: replace tcell keys with vaxis keysTim Culverhouse2024-02-121-2/+5
* aerc: change event interfaces to vaxis eventsTim Culverhouse2024-02-122-4/+4
* filter: allow workers to combine filter termsKoni Marti2024-02-111-1/+1
* commands: add alignKoni Marti2024-02-111-0/+60
* commands: rename patch delete to patch unlinkKoni Marti2024-01-311-9/+9
* commands: rename patch remove to patch dropKoni Marti2024-01-311-9/+9
* menu: use listbox as fallback commandKoni Marti2024-01-291-27/+76
* app: define two dialog constructorsKoni Marti2024-01-295-39/+5
* help: add :man as aliasBence Ferdinandy2024-01-271-1/+1
* mv: fix regression in selection of next messageJohannes Thyssen Tishman2024-01-271-6/+15
* flags: add support for draft flagJason Cox2024-01-265-7/+15
* tabs: optimize switching by offsetsdelitako2024-01-262-18/+13
* mv: allow to move messages across accountsJohannes Thyssen Tishman2024-01-252-27/+148
* cp: allow to copy messages across accountsJohannes Thyssen Tishman2024-01-251-19/+105
* hook: add mail-sent hookMoritz Poldrack2024-01-251-0/+9
* forward: select correct part for signed messagesKoni Marti2024-01-211-2/+20
* reply: select correct part for signed messagesKoni Marti2024-01-211-29/+18
* commands: add menuRobin Jarry2024-01-202-1/+188
* commands: refactor registrationRobin Jarry2024-01-2095-336/+653