aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* wizard: allow ? in passwordsRobin Jarry2023-08-041-0/+1
* watchers: move filesystem monitoring stuff in libRobin Jarry2023-08-047-49/+50
* templates: attach directly from templatesKoni Marti2023-08-037-1/+46
* imap: support the Gmail extension (X-GM-EXT-1)Koni Marti2023-08-039-0/+280
* mouse: fix offset in tab title clickable areaBence Ferdinandy2023-08-031-10/+18
* wizard: display warning when focus is lostKoni Marti2023-08-033-16/+20
* composer: reopen the email file when editor is closedRobin Jarry2023-08-021-0/+14
* compose: fix panic when adding empty header with uppercase lettersRobin Jarry2023-07-311-1/+1
* compose: allow removing headersRobin Jarry2023-07-314-20/+47
* split: ensure messagestore is availableMoritz Poldrack2023-07-281-0/+4
* binds: replace redundant default bindAnton Mosich2023-07-281-1/+1
* textinput: fix deleteWord with an only whitespaceOskar Sharipov2023-07-282-1/+73
* contrib: actually fix irc patchset hook when author is not registeredRobin Jarry2023-07-282-4/+6
* compose: only add signature if missingRobin Jarry2023-07-171-1/+21
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-1712-54/+180
* compose: implement embedded headers in editorKoni Marti2023-07-177-56/+262
* compose: always use cr-lf line endingsRobin Jarry2023-07-171-16/+32
* compose: improve error handlingRobin Jarry2023-07-172-25/+35
* compose: factorize body read in a methodRobin Jarry2023-07-171-33/+25
* compose: only allow setting content at creationRobin Jarry2023-07-179-74/+45
* send: return error when recipients list is emptyRobin Jarry2023-07-171-0/+3
* imap: fix header cache key collisionsRobin Jarry2023-07-161-13/+17
* styles: add style for folded threadsKoni Marti2023-07-162-0/+8
* templates: add ThreadCount and ThreadFoldedKoni Marti2023-07-169-14/+67
* commands: add :fold and :unfold for thread foldingKoni Marti2023-07-162-0/+51
* store: implement thread foldingKoni Marti2023-07-162-1/+39
* msglist: simplified threads renderingKoni Marti2023-07-161-55/+39
* threadbuilder: store uid/thread associationKoni Marti2023-07-163-41/+49
* commands: fix panic in helper structKoni Marti2023-07-151-1/+5
* wizard: properly initialize configurationRobin Jarry2023-07-154-59/+56
* jmap: fix crash when opening multiple instancesRobin Jarry2023-07-152-16/+15
* foldermap: make folder-map syntax more expressiveKoni Marti2023-07-143-11/+142
* config: recognize empty no-attachment-warningNojus Gudinavičius2023-07-141-0/+3
* contrib: fix irc patchset hook when author is not registeredRobin Jarry2023-07-142-1/+10
* viewer: avoid high cpu usage when selecting part with no filterRobin Jarry2023-07-101-5/+10
* doc: fix hooks title level in aerc-config(5)Robin Jarry2023-07-101-1/+1
* binds: add more default bindsRobin Jarry2023-07-081-2/+33
* open: add option -d to automatically delete temporary filesVitaly Ovchinnikov2023-07-073-3/+28
* lib: invert logic of mimeDB lookupMoritz Poldrack2023-07-061-4/+2
* aerc.conf: update filters help to match aerc-config(5)Sebastian LaVine2023-07-061-0/+3
* contrib: add irc bot stuffRobin Jarry2023-07-0110-0/+251
* templates: process reversed names betterVitaly Ovchinnikov2023-06-293-3/+136
* doc: mention :search in aerc(1)Robin Jarry2023-06-292-2/+11
* account: remember folder/message when reconnectingKoni Marti2023-06-263-4/+6
* parse-links: be more strict with url parsingRobin Jarry2023-06-252-19/+108
* imap: only call UidSort with sort criteriaKoni Marti2023-06-251-2/+3
* open: use the original attachment extension if possibleVitaly Ovchinnikov2023-06-252-3/+10
* jmap: avoid displaying archive folder when use-labels=trueRobin Jarry2023-06-253-6/+22
* doc: folder-map in aerc-accountsKoni Marti2023-06-222-0/+34
* maildir: add folder-mapKoni Marti2023-06-224-20/+56