Add day_pipe_item() function

Serializes an appointment or an event, prompts for a shell command and
executes that command in a new process, piping serialized item data to
its stdin.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-07-01 14:43:44 +02:00
parent b0b994896c
commit c3f532d814
2 changed files with 56 additions and 0 deletions

View File

@@ -637,6 +637,7 @@ struct day_item *day_get_item (int);
int day_item_nb (long, int, int);
void day_edit_note (char *);
void day_view_note (char *);
void day_pipe_item (struct conf *);
/* dmon.c */
void dmon_start (int);