Recent activity

Re: Best email providers these days? 4 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

Thanks a lot for the tips, both of you! Very useful... (although I 
suspect I
won't be doing self-hosting any time soon...)

Best,
Kenneth 


"Kirill Miazine" <km@krot.org> writes:

> • Kenneth Flak [2024-03-06 17:44]:
>> Hi list,
>>
>> Getting very tired of protonmail... What are folks using these 

Re: kanagawa color theme 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

tippfehlr, May 18, 2024 at 13:49:
>
> There is a page for Style Sets in the aerc-wiki [1],
> though there are only Dracula and Nord at the moment.
> I think it would be nice to have a few more :)
>
> Best,
> tippfehlr
>
> [1] https://man.sr.ht/~rjarry/aerc/configurations/stylesets.md

Thanks for the link! I'll try to create a patch with a couple of additional
stylesets when I'm back on a better internet connection.

How to see all recipient emails? 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

Hi list,

How can I configure aerc to display all the recipients of an email in
the email view? Right now, the string of email addresses beyond the 
first one or two are truncated, which is mostly OK, but sometimes very
inconvenient...

Best,
Kenneth

-- 
Roosna & Flak - Contemporary Dance & Music
Web: roosnaflak.com
Code: {github,gitlab}.com/kflak

kanagawa color theme 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

Hi all,

I recently discovered the beautiful kanagawa color theme for neovim
https://github.com/rebelot/kanagawa.nvim

and decided to roll my own aerc version:
https://gitlab.com/kflak/dots/-/blob/main/aerc/stylesets/aerc_kanagawa?ref_type=heads

It also made me wonder if it would be an idea to create some kind of
styleset resource, where people could upload their favorites, preferably
with screenshots?

Best,
Kenneth

Re: Slow notmuch on change to folder 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

>
> LOL, I literally learned yesterday from Robin, so no expert, but
>
> - you start aerc
> - in another terminal you run the perf command
>
> and then apparently  `perf script report flamegraph` this may work on Linux?
>
> It'll generate something like this:
> https://www.brendangregg.com/flamegraphs.html which you can send here so the
> actually experts can take a look :D
>
Okidoki, here's the resulting html file:
https://paste.rs/zP3aM

Re: Slow notmuch on change to folder 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

> It would probably be quite helpful, if you could do some performance
> testing.
>
> perf record -gp $(pidof aerc)
>
> and flamegraph: https://github.com/brendangregg/FlameGraph
>
Hi Bence,

Would be very happy to, but I have no clue how to use those tools, nor
how to make sense of the data generated. Should I just run the perf
command while doing the stuff in notmuch that takes a long time? What to
do with the generated data file?

Slow notmuch on change to folder 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

Continuing on a bit the search discussion, I'm playing around more with
notmuch now, and I'm wondering if this is something on my side, or if
it's a problem with the implementation of notmuch, but notmuch takes a
very long time to load the mail lists on change to folder, or when
returning from a query. Is this to be expected, or is there something I
can do to rectify this?

Running on Arch Linux with a pretty straight-forward setup:

[proton-notmuch]
source         = notmuch://~/mail
maildir-store = ~/mail
query-map      = ~/.config/aerc/map.conf
outgoing       = smtps://kennethflak%40protonmail.com:xxxxxxxxxxxxxxxxxxxxxxxx@127.0.0.1:1025

Re: Search author names too 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

> You just add
>
> maildir-store = ~/your/maildir/path
>
> to your account definition in accounts.conf.

Very very cool! Although, for some reason I'm getting quite sluggish
response when changing folders in the notmuch tab...

Re: Search author names too 5 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

> You can also add a maildir view to a notmuch account, thus gathering the best
> of both worlds.

Huh, how? Would love to know more about how you accomplish this kind of
magic!

Re: Search author names too 6 months ago

From Kenneth Flak to ~rjarry/aerc-discuss

tmpod, May 08, 2024 at 15:27:
> Hello!
>
> Whenever I'm doing my periodic inbox sorting or when I'm trying to find a message in my archive, something that always bugs me is that aerc's search only looks for matches in titles, making it fairly difficult to quickly identify e-mails from a specific sender.
> I know I could (and probably should) use a more advanced and featureful tool for this (have yet to get my hands into stuff like notmuch), but it would certainly be cool to have it built in aerc.
>
> Is it already possible to do this? If not, would you be open to a patch implementing it?
>
> Cheers!
>
> ~tmpod

Try :filter -f or :search -f. This will search email addresses.