From: Michele Ballabio <barra_cuda@katamail.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>,
Jim Meyering <jim@meyering.net>,
Drew Northup <drew.northup@maine.edu>,
git list <git@vger.kernel.org>, Yann Dirson <ydirson@altern.org>,
Stephen Boyd <bebarino@gmail.com>,
Jakub Narebski <jnareb@gmail.com>
Subject: Re: [PATCH 4/5] Documentation: publicize KMail hints for sending patches inline
Date: Sun, 17 Apr 2011 15:57:21 +0200 [thread overview]
Message-ID: <201104171559.17683.barra_cuda@katamail.com> (raw)
In-Reply-To: <20110415023255.GE19829@elie>
On Friday 15 April 2011, Jonathan Nieder wrote:
> I'm not sure what gotchas these hints are meant to work around.
> They might be completely false.
These suggestion are there to warn and help about space/word wrap
mangling, and to send a patch in the mail body (as per SubmittingPatches).
> A quick search for "how to send patches with KMail" gave me the
> "external editor" trick. Do these instructions work? ;-)
They do work, but maybe they are not so important, since they're
helpful only for the one-time-hack-patch and I-don't-want-to-setup-
git-send-email.
When there are more than 3 or 4 patches to send, 'git send-email'
(plus msmtp, if needed) is more comfortable.
There is however, an helpful hint in http://wiki.winehq.org/GitWine
(never tried it, and I'd tend to prefer 'git send-email' anyway, don't
know if this should be mentioned in git docs):
Using local KMail folders, you can use the following approach:
git format-patch --stdout --keep-subject origin | formail -s procmail
Assuming you don't already use procmail to sort your email, you can
use the following .procmailrc
:0
/home/username/.maildir/
Now, all you need to do is to set up a new receiving account in
KMail that collects mail from /home/username/.maildir and filter
emails coming in on that account to your drafts folder.
next prev parent reply other threads:[~2011-04-17 14:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-13 15:39 [PATCH] remove doubled words, e.g., s/to to/to/, and fix related typos Jim Meyering
2011-04-13 18:35 ` Drew Northup
2011-04-13 21:22 ` Jim Meyering
2011-04-13 22:17 ` [PATCH/RFC] Documentation/format-patch: summarize patch-sending workflow Jonathan Nieder
2011-04-13 22:38 ` Junio C Hamano
2011-04-14 21:11 ` [PATCH v2] Documentation: summarize how format-patch output is consumed Jonathan Nieder
2011-04-14 22:05 ` Junio C Hamano
2011-04-15 2:11 ` [PATCH/RFC v3 0/5] Documentation/format-patch: more hints on submitting patches Jonathan Nieder
2011-04-15 2:22 ` [PATCH 1/5] Documentation: describe the format of messages with inline patches Jonathan Nieder
2011-04-15 20:11 ` Drew Northup
2011-04-15 20:24 ` Junio C Hamano
2011-04-15 2:24 ` [PATCH 2/5] Documentation: explain how to check for patch corruption Jonathan Nieder
2011-04-15 4:53 ` Junio C Hamano
2011-04-15 6:17 ` Jonathan Nieder
2011-04-15 2:28 ` [PATCH 3/5] Documentation: hints for sending patches inline with Thunderbird Jonathan Nieder
2011-04-15 2:32 ` [PATCH 4/5] Documentation: publicize KMail hints for sending patches inline Jonathan Nieder
2011-04-17 13:57 ` Michele Ballabio [this message]
2011-04-15 2:33 ` [PATCH 5/5] Documentation: publicize hints for sending patches with GMail Jonathan Nieder
2011-04-15 7:41 ` [PATCH/RFC 6/5] Documentation/format-patch: suggest Toggle Word Wrap add-on for Thunderbird Johannes Sixt
2011-04-15 17:54 ` Junio C Hamano
2011-04-15 18:01 ` Michael J Gruber
2011-04-15 18:49 ` Junio C Hamano
2011-04-15 20:17 ` Jonathan Nieder
2011-04-18 6:31 ` [PATCH 6/5 v2] " Johannes Sixt
2011-04-13 22:26 ` [PATCH] remove doubled words, e.g., s/to to/to/, and fix related typos Jakub Narebski
2011-04-13 18:47 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201104171559.17683.barra_cuda@katamail.com \
--to=barra_cuda@katamail.com \
--cc=bebarino@gmail.com \
--cc=drew.northup@maine.edu \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jim@meyering.net \
--cc=jnareb@gmail.com \
--cc=jrnieder@gmail.com \
--cc=ydirson@altern.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).