aerc/widgets
Reto Brunner c846307144 base models.Address on the mail.Address type
This allows us to hook into the std libs implementation of parsing related stuff.
For this, we need to get rid of the distinction between a mailbox and a host
to just a single "address" field.

However this is already the common case. All but one users immediately
concatenated the mbox/domain to a single address.

So this in effects makes it simpler for most cases and we simply do the
transformation in the special case.
2020-08-20 19:18:57 +02:00
..
account-wizard.go show error if account view creation fails 2020-08-10 08:00:34 +02:00
account.go Add support for :rmdir 2020-08-19 11:38:57 +02:00
aerc.go show error if account view creation fails 2020-08-10 08:00:34 +02:00
common.go widgets: add msgInfoFromUids helper 2019-12-21 09:27:47 -05:00
compose.go Implement style configuration. 2020-08-06 21:42:06 +02:00
dirlist.go Implement style configuration. 2020-08-06 21:42:06 +02:00
exline.go Implement style configuration. 2020-08-06 21:42:06 +02:00
getpasswd.go Implement style configuration. 2020-08-06 21:42:06 +02:00
headerlayout.go Initial support for PGP decryption & signatures 2020-03-03 16:49:52 -05:00
msglist.go Implement style configuration. 2020-08-06 21:42:06 +02:00
msgviewer.go base models.Address on the mail.Address type 2020-08-20 19:18:57 +02:00
pgpinfo.go Implement style configuration. 2020-08-06 21:42:06 +02:00
providesmessage.go Change MarkedMessages to return uids 2020-05-11 09:47:34 -04:00
selector.go Implement style configuration. 2020-08-06 21:42:06 +02:00
spinner.go Implement style configuration. 2020-08-06 21:42:06 +02:00
status.go Implement style configuration. 2020-08-06 21:42:06 +02:00
tabhost.go Implement style configuration. 2020-08-06 21:42:06 +02:00
terminal.go Use stdout as controlling terminal 2020-05-06 10:26:15 -04:00