about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename header to heditorsReto Brunner2020-11-141-6/+6
* Apply relevant msglist styles in orderChris Vittal2020-11-011-13/+14
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-3/+8
* dirlist: fix empty row if dir is addedReto Brunner2020-09-081-0/+6
* Make mimetype check consistent across casesy0ast2020-09-071-1/+1
* correctly apply msglist_read colory0ast2020-09-011-1/+4
* base models.Address on the mail.Address typeReto Brunner2020-08-201-7/+8
* Add support for :rmdirARaspiK2020-08-191-0/+2
* show error if account view creation failsReto Brunner2020-08-103-8/+39
* Rename selecter to selectorKalyan Sriram2020-08-062-21/+21
* Implement style configuration.Kalyan Sriram2020-08-0614-193/+288
* Revert "Implement style configuration."Reto Brunner2020-07-3014-288/+193
* Revert "Rename selecter to selector"Reto Brunner2020-07-302-21/+21
* Rename selecter to selectorKalyan Sriram2020-07-302-21/+21
* Implement style configuration.Kalyan Sriram2020-07-3014-193/+288
* msgviewer: set max line length to 1 GBReto Brunner2020-07-301-0/+8
* msgviewer: simplify attemptCopyReto Brunner2020-07-301-66/+80
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-1/+1
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-2/+1
* status: invalidate when neededReto Brunner2020-07-051-0/+1
* Add a 'folders-exclude' optionARaspiK2020-07-021-14/+31
* Fix nil pointer deref on EnvelopeAndrew Jeffery2020-07-021-3/+7
* Add scrollbarJeffas2020-06-091-3/+37
* Rework msglist scrollingJeffas2020-06-091-14/+30