unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/3] composing patches
@ 2010-12-09 22:32 Felipe Contreras
  2010-12-09 22:32 ` [PATCH 1/3] reply: add message-id header Felipe Contreras
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Felipe Contreras @ 2010-12-09 22:32 UTC (permalink / raw)
  To: notmuch

Hi,

I don't know how it works in gnus, but at least on the vim mode, the output
generated by 'notmuch reply' is not ready to be sent, at least the Message-ID
field is needed, and also is nice to have the User-Agent.

Besides, in order to avoid creating a new message by hand (possibly fetching
the info from notmuch config), it's more straightforward to have 'notmuch
compose' command.

In the future 'notmuch compose' might be used to replace 'notmuch reply' and
possily add a forward option too. It might also be possible to add mail aliases
when composing a message, and these aliases might be used while generating the
'notmuch search' output.

Felipe Contreras (3):
  reply: add message-id header
  reply: add user-agent field
  Add 'compose' command

 Makefile.local    |    1 +
 notmuch-client.h  |    3 +
 notmuch-compose.c |  111 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 notmuch-reply.c   |   16 ++++++++
 notmuch.c         |    5 ++
 5 files changed, 136 insertions(+), 0 deletions(-)
 create mode 100644 notmuch-compose.c

-- 
1.7.3.2

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-05-04 20:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 22:32 [PATCH 0/3] composing patches Felipe Contreras
2010-12-09 22:32 ` [PATCH 1/3] reply: add message-id header Felipe Contreras
2010-12-09 22:32 ` [PATCH 2/3] reply: add user-agent field Felipe Contreras
2010-12-09 22:32 ` =?no?q?=5BPATCH=203/3=5D=20Add=20=27compose=27=20command?= Felipe Contreras
2010-12-09 23:20 ` [PATCH 0/3] composing patches Sebastian Spaeth
2010-12-10 15:35   ` Felipe Contreras
2010-12-10 16:04     ` Jameson Rollins
2010-12-10 16:38     ` Sebastian Spaeth
2010-12-10 23:53 ` Michal Sojka
2011-05-04 20:30   ` Felipe Contreras

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).