summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.6.0 0.6.0Robin Jarry2021-11-091-1/+1
* doc: update authorsRobin Jarry2021-11-0911-27/+46
* config: use dynamic time format for default configRobin Jarry2021-11-061-7/+7
* index: add this-week-time-formatRobin Jarry2021-11-066-8/+36
* doc: fix typo today-time-format -> this-day-time-formatRobin Jarry2021-11-062-2/+2
* imap: add manual {dis,}connect supportRobin Jarry2021-11-053-30/+82
* viewer: add colon after header namesRobin Jarry2021-11-052-4/+4
* go.mod: cleanupRobin Jarry2021-11-052-63/+5
* go.mod: change base git urlRobin Jarry2021-11-05126-255/+255
* bindings: remove unsupported s-tab keyRobin Jarry2021-11-051-2/+0
* imap: use builtin idle supportRobin Jarry2021-11-024-12/+2
* main: set xterm titleRobin Jarry2021-11-021-0/+19
* maildir: track the recent flag correctlyReto Brunner2021-11-012-31/+55
* go: update all dependenciesRobin Jarry2021-11-012-26/+428
* readme: update with fork infoRobin Jarry2021-10-302-4/+11
* view,list: fix crash when viewing incomplete imap messagesRobin Jarry2021-10-282-48/+7
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-285-22/+28
* index: allow dynamic formatting of message datesRobin Jarry2021-10-286-7/+53
* filters: allow matching any email headerRobin Jarry2021-10-281-0/+2
* bindings: support more modified keysRobin Jarry2021-10-283-4/+40
* bindings: prepare for more modifersRobin Jarry2021-10-283-168/+174
* lib/ui/textinput: Optimize ensureScrollAdnan Maolood2021-08-301-5/+5
* README: freenode -> libera.chatNoam Preil2021-08-261-2/+2
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-282-7/+3
* load config: do not overwrite the config upon errorReto Brunner2021-04-171-8/+9
* widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCellClayton Craft2021-04-131-6/+7
* config: proper error handle [filters] configwagner riffel2021-04-121-1/+4
* fix typo in quoted reply templateEric Bower2021-03-072-2/+2
* templates: fixup error in template modificationReto Brunner2021-03-072-2/+2
* templates: Use wrap instead of wrapTextNícolas F. R. A. Prado2021-03-072-2/+2
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-073-12/+23
* FindFirstNonMultipart: return the proper pathReto Brunner2021-03-071-1/+1
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* Fix linter warningsReto Brunner2021-02-264-9/+8
* lib/parse: simplify parseAddressListReto Brunner2021-02-221-13/+5
* aerc: try to recover from a panicReto Brunner2021-02-111-0/+19
* maildir: don't read the full file into memoryReto Brunner2021-02-081-8/+2
* notmuch: don't read the full file into memoryReto Brunner2021-02-081-9/+3
* Makefile: use git version string if we canReto Brunner2021-02-071-0/+6
* terminal: Add support for Shift+TabAlexey Yerin2021-02-071-0/+1
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-3018-29/+29
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-305-45/+70
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* correct permission check on accounts.confBor Grošelj Simić2021-01-141-2/+1
* compose: apply default style to header separatorEyal Sawady2021-01-141-3/+3
* trim <> from messageIDs when handling mailto linksReto Brunner2021-01-121-0/+6
* Apply dirlist style to unselected directoriesEyal Sawady2021-01-121-1/+1
* Reapply 'Fix nil pointer deref on Envelope'Shaw Vrana2021-01-031-3/+6