Comment by ~srivathsan on ~sircmpwn/aerc2
On Sat Jun 27, 2020 at 9:59 PM CEST, ~rek2 wrote:
Hello, I I enabled this and was working very well, and customized my colors, did a update and is gone, I check and the changes got reverted... why? it was working amazingly... can we reopen this again since is reverted?
-- View on the web: https://todo.sr.ht/~sircmpwn/aerc2/29#comment-11951
Hey, Drew had some issues with the patch as it broke some stuff. He also mentioned that proper instruction were needed to install and revert back if needed which I do agree with.
Unfortunately, life has gotten in the way for now. I will be sending a new patch after rebasing and fixing the documentation issues so that it can tested properly before being merging again.
Keep a watch on the mailing list, I should have some time in the comming week to do some work on this patchset.
Comment by ~srivathsan on ~sircmpwn/aerc2
This is merged into master. I think we can close this one.
Comment by ~srivathsan on ~sircmpwn/aerc2
I am gonna take a stab at this.
Comment by ~srivathsan on ~sircmpwn/aerc2
If you check the man page for aerc-templates, there is an example to help you. You can create a template for replies that uses that example. Just remember to set the new template as the quoted_reply template in your aerc.conf file.
Comment by ~srivathsan on ~sircmpwn/aerc2
If you check the man page for aerc-templates, there is an example to help you. You can create a template for replies that uses that example. Just remember to set the new template as the quoted_reply template in your aerc.conf file.
Comment by ~srivathsan on ~sircmpwn/aerc2
Sure no worries, I will post the same there and ask for comments.
Comment by ~srivathsan on ~sircmpwn/aerc2
I would like to take a stab at adding colors to aerc. Has there been any decisions made regarding the possible implementation or configuration?
My current idea for configuration, contains a [colors] sections in the aerc.conf file. This would contain the default tcell style and subsection that would work for specific objects.
[colors] bg=ColorGreen fg=ColorWhite attr=Bold [colors:index_read] fg=ColorMaroon [colors:index_unread] fg=ColorBlue
These configurations get converted to tcell.style and can be accessed through a public function in config.
config.GetStyle(STYLE_DEFAULT) config.GetStyle(STYLE_INDEX_READ)
I am looking forward to any comments on this idea. PS. Sorry about my horrible color choices :p
bug removed by ~srivathsan on ~sircmpwn/aerc2
maildir removed by ~srivathsan on ~sircmpwn/aerc2