aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* statusline: implement per-account statusKoni Marti2022-03-183-31/+40
* mailto: handle bcc and body fieldsTim Culverhouse2022-03-181-0/+10
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-185-80/+80
* mailto: allow empty recipient fieldTim Culverhouse2022-03-181-1/+4
* viewer: add key passthrough modekt programs2022-03-142-1/+19
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-124-10/+3
* scrollable: extract scrolling behavior for reuseKoni Marti2022-03-034-139/+101
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-253-22/+32
* ui: make dirlist-delay context-awareinwit2022-02-241-1/+1
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-1/+1
* dirtree: implement foldable tree for directory listKoni Marti2022-02-233-3/+504
* search/filter: display in extra statusRobin Jarry2022-02-232-1/+23
* imap: improve reconnect stabilityKoni Marti2022-02-061-1/+3
* compose: allow setting all headers in templatesRobin Jarry2022-02-031-2/+2
* review: display actual bindings for commandsRobin Jarry2022-02-021-8/+52
* dirlist: use shorter delay before listing directory contentsRobin Jarry2022-01-291-1/+1
* dirlist: skip unnecessary change-folder actionKoni Marti2022-01-241-39/+55
* dirlist: improve change-folder responsivenessKoni Marti2022-01-241-2/+2
* terminal: fix nil pointer dereference in pty.GetsizeKoni Marti2022-01-191-1/+4
* imap: auto-reconnects on connection errorKoni Marti2022-01-191-1/+2
* imap: emits connection error on logoutKoni Marti2022-01-191-0/+3
* fix segfault when copy-pasting into compose editorKoni Marti2022-01-141-0/+3
* completions: add support for completing multiple addressesParasrah2022-01-072-9/+9
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-9/+75
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-17/+96
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-073-3/+4
* binds: add account specific bindingsJonathan Bartlett2021-12-111-5/+9
* style: customize vertical and horizontal border charactersDian M Fay2021-11-302-3/+5
* notmuch: allow sort by file orderKalyan Sriram2021-11-131-1/+7
* messages: allow displaying email threadsy0ast2021-11-132-81/+182
* index: add this-week-time-formatRobin Jarry2021-11-061-1/+3
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-28/+31
* viewer: add colon after header namesRobin Jarry2021-11-052-4/+4
* go.mod: change base git urlRobin Jarry2021-11-0517-57/+57
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-284-18/+21
* index: allow dynamic formatting of message datesRobin Jarry2021-10-281-0/+1
* filters: allow matching any email headerRobin Jarry2021-10-281-0/+2
* bindings: prepare for more modifersRobin Jarry2021-10-281-0/+1
* widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCellClayton Craft2021-04-131-6/+7
* terminal: Add support for Shift+TabAlexey Yerin2021-02-071-0/+1
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-302-7/+7
* 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
* add italics supporty0ast2020-12-241-0/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-1813-15/+15
* Use extensions for querying the mime type of attachmentsReto Brunner2020-12-151-8/+16
* fix mailto parsingReto Brunner2020-11-281-1/+5
* compose: use a proper header instead of a string mapReto Brunner2020-11-142-135/+189