Re: OT: Roland Puntaier / "getmail6" drama

Roland Puntaier <[email protected]> Wed, 27 Oct 2021 08:28:46 +0200
Newsgroups gmane.mail.getmail.user
Message-ID <20211027062846.njatxcmz5sra3uct@e145>
On Tue 21Oct26 08:42, Charles Cazabon wrote:
>Hi, all,
>
>Sorry to bother you with this, but I have a (presumably final) update.  Roland
>has continued to tell me he will send me "a patch" to integrate his changes
>from "getmail6" into getmail, continuing to ignore the detailed information I
>gave on how to send his changes as a series of patches.

When I first wanted to make the Python 3 changes,
I couldn't find the link to the repo with all the history.
Why don't you adopt a more open "open source development"?
It makes contributing easier.
I could send you all the commits in getmail6 as patches in emails.
That is not the modern way to do things.
It involves manual steps that in the meantime are part of git.
You can directly pull or cherry-pick.
So I asked you to make a gitlab or github repo with all the history.
I would then make a pull request with the commits of getmail6 on top of your HEAD.

Merging means also merging our way how to do things.
If you insist on your old-fashioned methodology, we cannot work together.
I'm quite sure the community also does not want to make a step backward in methodology.

We can also not work together,
if you are constantly offended about your great name or whatever.
Getmail is just a small wrapper around the Python email libraries.
What's there so special about it?
I just happened to use it and wanted Python 3 support.
That is what open source is about: that you can change what you use.
And you can also share your changes.