ThomasHabets / cmdg

Command line Gmail client
Other
201 stars 22 forks source link

full name is not displayed on sent emails #112

Closed pathcl closed 1 year ago

pathcl commented 1 year ago

I've just noticed if you send an email it won't include your full name. By default 'From' field is not included in the email body. There should be a way to include it by default. I'm on cmdg 1.02

ThomasHabets commented 1 year ago

Yeah, that's a bit ugly.

You could always provide your own From line when composing a message, but the default being just the address is a bit ugly.

I just pushed a commit that adds the option -update_sender. It's not the cleanest of solutions, but until there's a settings editor this'll let you set the default sender. Only needs be use once, and thereafter stored in the cloud. (meaning won't even need to be set on every client)

Thanks for the bug report!