aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-2817-43/+46
* reload: reload everything if no flags are providedJason Cox2024-08-241-0/+6
* forward: better preserve attached file namesVitaly Ovchinnikov2024-08-241-2/+2
* commands: add reloadKoni Marti2024-08-201-0/+180
* flag: manually toggle the forwarded taginwit2024-08-201-5/+13
* search: allow searching for forwarded messagesinwit2024-08-201-4/+5
* forward: allow forwarded flag to be setinwit2024-08-202-2/+11
* copy: add -d flag to decrypt before copyingKoni Marti2024-08-201-0/+32
* pipe: add -d flag to decrypt messageKoni Marti2024-08-201-0/+25
* send: redact password in outgoing URI for loggingKoni Marti2024-08-201-1/+1
* view-message: add option to view message in background tabAron Lebani2024-08-041-4/+13
* search,filter: add flag to use custom extensionsKoni Marti2024-08-041-5/+27
* reply: allow copying to current folderRobin Jarry2024-08-033-10/+39
* reply: handle the Sender headerBence Ferdinandy2024-08-031-3/+12
* ui: add :redraw commandTim Culverhouse2024-08-031-0/+22
* 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