Export item UIDs upon request
Add a new --export-uid command line option that adds each item's hash to the UID property when exporting. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
@@ -293,10 +293,10 @@ static inline void key_generic_export()
|
||||
switch (status_ask_choice
|
||||
(export_msg, export_choices, nb_export_choices)) {
|
||||
case 1:
|
||||
io_export_data(IO_EXPORT_ICAL);
|
||||
io_export_data(IO_EXPORT_ICAL, 0);
|
||||
break;
|
||||
case 2:
|
||||
io_export_data(IO_EXPORT_PCAL);
|
||||
io_export_data(IO_EXPORT_PCAL, 0);
|
||||
break;
|
||||
default: /* User escaped */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user