Pisa
https://github.com/vincenzopalazzo
Open Source Engineer that is Stealing from Smart People
From Vincenzo Palazzo to ~rjarry/aerc-devel
Hi, I received an email with the content inside encrypted with my pgp. While opening the email I get the following error: gpgmail: failed to read PGP message: gpg: encrypted with rsa4096 key There is any way to fix it? or I am doing something wrong? Cheers, Vincent.
From Vincenzo Palazzo to ~rjarry/aerc-devel
> strings.SplitN is not like python str.split() method... It requires an > exact number of items including the trailing non split part. > > Add unit tests to ensure it works. > > Fixes: 6cfbc87d8ab0 ("dirlist: use templates instead of % mini language") > Reported-by: John Mcenroy <handplanet@outlook.com> > Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
From Vincenzo Palazzo to ~rjarry/aerc-discuss
On Wed Feb 22, 2023 at 1:14 AM CET, Jason Cox wrote: > On Tue Feb 21, 2023 at 4:55 PM EST, Tim Culverhouse wrote: > > 2. If you are unable to add any, make sure that the field is shown in the > > header-layout config key. In aerc.conf, make sure you have something like: > > > > [compose] > > header-layout = To,Cc,From,Subject > > Even if it isn't in your header-layout, you should be able to add it by > running ':header Cc' while in compose mode. (You may need to use ctrl-x > to get the aerc command prompt as opposed to the vim command line.) You > can also directly set the value with ':header Cc: <value>'. > Thanks! I was missing the command view under the :compose
From Vincenzo Palazzo to ~rjarry/aerc-discuss
Hi list, I'm loving this email client, and I'm try to understand how to add email in Cc. This feature is really useful when discussing in emailing list and/or point out a patch to another maintainer. So, I'm missing some docs around or this feature need to be implemented? If no one is going to work on it, I could allocate some of my time to make a patch