diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-12 18:40:40 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-13 17:39:44 +0100 |
commit | 3eae7ce82869dd2c313496913bb94438dd0177a9 (patch) | |
tree | b409a90240f11871e0f0fffab81dbfcbf206240f /src/calcurse.c | |
parent | c58087d5914322ab8f693729605a9508d67bb676 (diff) | |
download | calcurse-3eae7ce82869dd2c313496913bb94438dd0177a9.zip |
Add --list-imported command line option
When this option is used together with -i/--import, the object
identifiers of imported objects are printed to stdout.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.c')
-rw-r--r-- | src/calcurse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.c b/src/calcurse.c index 72c8fe3..9f85501 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -276,7 +276,7 @@ static inline void key_generic_reload(void) static inline void key_generic_import(void) { wins_erase_status_bar(); - io_import_data(IO_IMPORT_ICAL, NULL); + io_import_data(IO_IMPORT_ICAL, NULL, 0); ui_calendar_monthly_view_cache_set_invalid(); do_storage(0); wins_update(FLAG_ALL); |