mbeko

Results 20 comments of mbeko

Should [prefixes in other languages](https://en.wikipedia.org/wiki/List_of_email_subject_abbreviations#Abbreviations_in_other_languages) be handled as well or is it better to stick to `Re:` and `Fwd:` first as long as we don't have tests (I think so...

Good idea. This could be improved by finding the last occurence of `: ` and remove it with the preceding string. So whole chains of `Re: ` and `Fwd: `...

GitHub seems to have removed the space, so just in case: There is a space after the colon in the search string 😉

Then we're back at the question whether to check only for `Re:` and `Fwd:` or their translations, too. If we're to check for the specific words, then I indeed thought...

Sounds great with the first colon and the repetition! Thanks for the hint where to put the code for reuse and about the empty check. > Questions: are the 2...

A short info about the progress on this: I have implemented the removal of the subjects listed on Wikipedia. The prefixes are recognised case-insensitively, also the non-ASCII characters. During my...

As far as I understood, the PR probably won't be reviewed due to the switch to Rust. I'll try to port the code and tests, but it can take some...

I've been using Redshift for a long time with a fixed location configuration and only after the update to Xubuntu 21.04 I experienced this problem as well as #817 and...

As stated above, I do have a configuration file with manually set location. I migrated the file to the new location just in case, but that didn't help.

After [migrating the Redshift configuration](https://gist.github.com/mbeko/ac8463a846a30ca7393769bcbb867706#file-redshift-conf), I had to configure AppArmor to allow reading the file from the new location as outlined in #820. However, the problem with the closing persists....