Hi Atharva and Shourya, On 25/07/21 5:52 pm, Atharva Raykar wrote:
Hello all, Week 10 of my Git blog can be found here: https://atharvaraykar.me/gitnotes/week10
Nice blog!
Thunderbird is more like what I am looking for, which has a convenient GUI with loaded batteries, while still being more configurable than Apple Mail and actually handling threading properly. This is what I currently use, but my laptop is unhappy with it, as it eats up around 40-50% of the CPU usage in the background. It also eats up more battery, almost as much as my browser. This is apparently a bug that’s been unresolved for many years now. Git developers reading this: if you have personal recommendations for something that is easy to use but also lightweight, please do let me know! (and it needs to work on macOS)
That's bad. After a long time of switching, Thunderbird is what worked for me too (after some config tweaks, of course). Evolution was close but it had some bugs with the composition window. Otherwise Evolution was good, light-weight and is well suited for plain-text emails. But looks like it only works for Unix-like distributions[1]. So, its not an option for you. I don't own a Mac and haven't used one for personal use. So, I don't have great recommendations. Anyways, light-weight reminds me of mutt[2]. But its likely one of the non-GUI clients that might also need a bit of configuring. In case you could consider alternative solutions for filtering e-mail, there's the filtering option of Gmail[3] which could help. You could filter emails based on certain criteria and send them to specific folders[4] which could help you with managing emails to an extent. I heavily rely on this feature to keep my Inbox clutter-free to an extent. [1]: https://en.wikipedia.org/wiki/Comparison_of_email_clients#General [2]: http://www.mutt.org/ [3]: https://support.google.com/mail/answer/6579?hl=en [4]: https://www.gtricks.com/gmail/organize-gmail-by-sending-emails-directly-to-a-folder-label/
I just use a straightforward { editor + MUA + git } stack and go with the flow!
For me it has mostly been this but with some help from tools. Many people have found GitGitGadget[5] useful for sending patches to mailing list based workflow from a GitHub PR like interface (Thanks to Dscho!) You could've heard of it before but you could give it a try and see if it helps improve things for you :-) I've heard there's git send-series[6] which says that it helps with managing patch series. I haven't used it myself, though. These are some tools that come to mind. I believe others could likely provide better insights. [5]: https://gitgitgadget.github.io/ [6]: https://github.com/felipec/git-send-series
Have a great day!
Thanks! Hope you have a great week ahead! On 26/07/21 11:15 pm, Shourya Shukla wrote:
Le dim. 25 juil. 2021 à 17:52, Atharva Raykar <raykar.ath@xxxxxxxxx <mailto:raykar.ath@xxxxxxxxx>> a écrit : Hello all, Week 10 of my Git blog can be found here: https://atharvaraykar.me/gitnotes/week10 <https://atharvaraykar.me/gitnotes/week10> As for the "survey part", jump to the section here: https://atharvaraykar.me/gitnotes/week10#the-mailing-list-developer-workflow <https://atharvaraykar.me/gitnotes/week10#the-mailing-list-developer-workflow> Your links are not opening. Could you please look into that?
Shourya, Interestingly. They're working fine for me. Could you elaborate on what you're observing on clicking those links? -- Sivaraam