diff options
Diffstat (limited to 'e-util/e-pilot-map.h')
-rw-r--r-- | e-util/e-pilot-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-pilot-map.h b/e-util/e-pilot-map.h index 51039e3ca0..28f9223070 100644 --- a/e-util/e-pilot-map.h +++ b/e-util/e-pilot-map.h @@ -34,6 +34,8 @@ struct _EPilotMap GHashTable *uid_map; time_t since; + + gboolean write_touched_only; }; gboolean e_pilot_map_pid_is_archived (EPilotMap *map, guint32 pid); |