aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* LICENSE: add license nameRobin Jarry2022-02-061-1/+3
* lib/ui/textinput: stop at /, ", and ' charsPranjal Kole2022-02-031-5/+11
* compose: allow setting all headers in templatesRobin Jarry2022-02-032-2/+6
* review: display actual bindings for commandsRobin Jarry2022-02-022-8/+99
* binds.conf: change default review bindingsRobin Jarry2022-02-021-1/+2
* mk: use debug to generate a non-optimized binaryRobin Jarry2022-02-022-3/+8
* completions: add folder flexible search as an optioninwit2022-01-314-1/+26
* compose: add option to never include your own address when replyingjohn1doe@ya.ru2022-01-314-0/+28
* maildir: defer the count of recent messagesRobin Jarry2022-01-301-25/+32
* dirlist: use shorter delay before listing directory contentsRobin Jarry2022-01-294-1/+18
* recover: recover emails from tempdir after a crashKoni Marti2022-01-291-0/+110
* readme: add shield for github macos buildMark Dain2022-01-281-0/+1
* reply: use new-message template for non-quoted repliesRobin Jarry2022-01-271-0/+3
* doc: correct typo in man-pagesAriel Costas2022-01-2611-11/+11
* github: add workflow to test on macosRobin Jarry2022-01-251-0/+16
* aerc: shutdown if socket communication failsAdnan Maolood2022-01-241-10/+13
* binds: Warning on unexistent account bindingsinwit2022-01-242-5/+7
* dirlist: skip unnecessary change-folder actionKoni Marti2022-01-241-39/+55
* dirlist: improve change-folder responsivenessKoni Marti2022-01-241-2/+2
* readme: fix typo in contribution guideinwit2022-01-241-2/+2
* build: check make installMark Dain2022-01-244-0/+24
* mk: add make checkinstallMark Dain2022-01-241-0/+12
* build: replace archlinux by openbsdMark Dain2022-01-242-13/+14
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-222-0/+10
* mk: syntax cleanupRobin Jarry2022-01-211-11/+7
* mk: be compatible with bsd makeRobin Jarry2022-01-211-25/+17
* Revert "mk: only install if files changed"Robin Jarry2022-01-211-49/+25
* mk: avoid searching in hidden directories at the rootRobin Jarry2022-01-201-1/+1
* Add .editorconfig fileRobin Jarry2022-01-201-0/+20
* readme: add package links to debian and fedoraRobin Jarry2022-01-201-0/+3
* build: add multiple distributionsRobin Jarry2022-01-204-0/+39
* maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong2022-01-202-2/+14
* bindings: fix ctrl-h binding not workingRobin Jarry2022-01-201-1/+1
* terminal: fix nil pointer dereference in pty.GetsizeKoni Marti2022-01-191-1/+4
* mk: only install if files changedRobin Jarry2022-01-191-25/+49
* compose: add default template for new messagesRobin Jarry2022-01-196-0/+17
* docs: mention missing -T options for compose and forwardRobin Jarry2022-01-194-8/+20
* templates: add x-mailer header in default filesRobin Jarry2022-01-192-0/+2
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-197-27/+15
* imap: auto-reconnects on connection errorKoni Marti2022-01-193-3/+30
* imap: emits connection error on logoutKoni Marti2022-01-193-0/+37
* imap: fix panic when sending multiple connect cmdsKoni Marti2022-01-191-15/+26
* Release version 0.7.10.7.1Robin Jarry2022-01-151-1/+1
* Revert "imap: attempt automatic reconnection on error"Robin Jarry2022-01-151-41/+3
* Release version 0.7.00.7.0Robin Jarry2022-01-141-1/+1
* imap: attempt automatic reconnection on errorRobin Jarry2022-01-141-3/+41
* Stop wrapping OriginalText in default templatesNguyễn Gia Phong2022-01-142-2/+2
* fix segfault when copy-pasting into compose editorKoni Marti2022-01-141-0/+3
* completions: add support for completing multiple addressesParasrah2022-01-075-31/+45
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-073-9/+129