aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-284-12/+13
* search: allow searching for forwarded messagesinwit2024-08-201-4/+5
* 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
* 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
* notmuch: add completions for :cf, :filter and :searchBence Ferdinandy2024-04-142-4/+31
* query: add completions for notmuch search-termsBence Ferdinandy2024-04-141-1/+59
* commands: rename confusing constantsRobin Jarry2024-03-0421-21/+21
* commands: add :query to create named notmuch dirsJason Cox2024-02-264-23/+94
* msglist: allow configuring default splitRobin Jarry2024-02-221-2/+2
* log: move package to libRobin Jarry2024-02-143-3/+3
* filter: allow workers to combine filter termsKoni Marti2024-02-111-1/+1
* commands: add alignKoni Marti2024-02-111-0/+60
* flags: add support for draft flagJason Cox2024-01-261-0/+1
* commands: refactor registrationRobin Jarry2024-01-2020-42/+144
* rmdir: allow removing non-empty query dirsJason Cox2024-01-171-5/+8
* cd: fix completion of folders with a spaceRobin Jarry2024-01-172-2/+2
* cf: allow changing folder of another accountRobin Jarry2023-12-051-23/+66
* ui: make viewer tab title configurable via templatesBence Ferdinandy2023-11-231-1/+16
* rmdir: back to current folder upon errorKoni Marti2023-11-231-1/+5
* dirtree: add custom virtual directory roleKoni Marti2023-11-231-0/+7
* cf: fix over quoting of notmuch queriesRobin Jarry2023-11-121-9/+12
* rmdir: ensure proper sequence of operationsKoni Marti2023-11-122-13/+43
* {im,ex}port-mbox: allow using ~ in pathVitaly Ovchinnikov2023-11-122-0/+6
* cf: do not quote notmuch queries in completion resultsRobin Jarry2023-11-021-1/+15
* completion: refactor filter list apiRobin Jarry2023-11-024-8/+12
* hooks: add mail-added hookJason Cox2023-11-021-22/+22
* cf: fix unexpected argument on notmuchRobin Jarry2023-10-301-3/+21
* commands: use completion from go-optRobin Jarry2023-10-2819-150/+57
* search: use a common api for all workersRobin Jarry2023-10-281-4/+110
* commands: parse arguments with go-optRobin Jarry2023-10-2818-330/+159
* export-mbox: preserve the user-visible sorting order when exportingVitaly Ovchinnikov2023-10-221-6/+47
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-131-0/+1
* split: add an alias for horizontal splitinwit2023-10-131-4/+4
* app: export global functionsRobin Jarry2023-10-1019-99/+97
* widgets: rename package to appRobin Jarry2023-10-1019-64/+64
* export-mbox: better path suggestion and name completionVitaly Ovchinnikov2023-08-251-8/+11
* export-mbox: only export marked messages, if anyVitaly Ovchinnikov2023-08-051-3/+23
* split: ensure messagestore is availableMoritz Poldrack2023-07-281-0/+4
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-172-11/+23
* compose: only allow setting content at creationRobin Jarry2023-07-172-15/+2
* worker: add jmap supportRobin Jarry2023-06-211-0/+1
* mkdir: add completionMoritz Poldrack2023-05-161-1/+19
* search/filter: update completionKoni Marti2023-05-161-0/+23
* recover: update completionKoni Marti2023-05-161-26/+10
* statusline: add column based render formatRobin Jarry2023-02-201-1/+1