aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-312-0/+41
* msgstore: do not run threadbuilder unless in threaded viewTim Culverhouse2022-08-311-1/+3
* attach: enable path globbingMoritz Poldrack2022-08-303-11/+35
* changelog: refine before releaseRobin Jarry2022-08-301-1/+4
* msgstore: enable granularity in updating of threadbuilderTim Culverhouse2022-08-301-4/+7
* msgstore: run threadBuilder with no debounce on DirectoryContents msgTim Culverhouse2022-08-301-21/+26
* maildir: do not send dircontents on fs eventTim Culverhouse2022-08-301-13/+0
* changelog: add missing entryRobin Jarry2022-08-241-0/+1
* maildir: remove filename encoded UID when moving messagesTim Culverhouse2022-08-241-2/+13
* aerc: fix build when GOFLAGS contains spacesRobin Jarry2022-08-242-2/+5
* contributing: refine commit message rulesRobin Jarry2022-08-231-6/+24
* archive: respect the next-message-on-delete flagBen Cohen2022-08-221-1/+31
* main: add cli flag to load specified account(s)Tim Culverhouse2022-08-223-8/+38
* parse: remove trailing whitespace from rfc1123z regexThomas Faughnan2022-08-221-1/+1
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-222-44/+50
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+36
* imap: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+19
* mbox: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+18
* worker: introduce MoveMessages typeTim Culverhouse2022-08-221-0/+12
* imap: create copy of uids to retain sort orderTim Culverhouse2022-08-222-2/+6
* aerc: add build info to version stringRobin Jarry2022-08-223-3/+22
* delete: fix find-next functionKoni Marti2022-08-221-3/+6
* store: improve cursor positionKoni Marti2022-08-222-24/+30
* dirtree: fix build errorsRobin Jarry2022-08-221-2/+3
* doc: fix man page typosThomas Faughnan2022-08-223-3/+3
* doc: clarify behavior of token_endpoint parameterSean Stiglitz2022-08-221-3/+5
* dirtree: add dirtree-collapse config settingSijmen2022-08-225-3/+20
* changelog: add missing entriesRobin Jarry2022-08-221-0/+2
* fix: Set proper UIConfig for msgstoresTim Culverhouse2022-08-224-24/+28
* filters: fix calendar filter parsingKoni Marti2022-08-221-5/+16
* mbox: filtering for mbox accountsKoni Marti2022-08-221-30/+44
* mark: (un)mark message threadsKoni Marti2022-08-224-5/+85
* mark: allow multiple visual selectionsKoni Marti2022-08-224-7/+23
* util: fetch message headers for nil messagesKoni Marti2022-08-223-6/+28
* store: remove unneeded header callbackKoni Marti2022-08-221-19/+7
* store: extract marking behavior and add testsKoni Marti2022-08-2214-177/+373
* wizard: add plaintext password warningKoni Marti2022-08-221-0/+18
* binds: display active keybinds in a dialog boxKoni Marti2022-08-225-5/+88
* widgets: add list box with filter/scrollbarKoni Marti2022-08-221-0/+239
* widgets: add dialog interfaceKoni Marti2022-08-222-1/+32
* go: removed io/ioutilMoritz Poldrack2022-08-2220-47/+34
* bindings: fix FormatKeyStrokes for <tab> and <enter>Robin Jarry2022-08-101-1/+4
* restore compatibility with Go 1.16Moritz Poldrack2022-08-061-0/+1
* readme: make contribution section more obviousTim Culverhouse2022-08-061-0/+1
* doc: add contribution guidelines including code styleMoritz Poldrack2022-08-053-91/+236
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-052-0/+6
* go: bumped minimum required version 1.16Moritz Poldrack2022-08-054-4/+10
* tests: fix errors after lint seriesRobin Jarry2022-08-044-20/+7
* lint: add information about false positive on missing notmuchMoritz Poldrack2022-08-041-0/+4
* lint: add golangci-lint to the lintersMoritz Poldrack2022-08-045-36/+1138