On 9/19/19 1:33 PM, soumi...@iitk.ac.in wrote:

> I tried following command, but failed(no error, but no result too).
> 
> # ./moduserprefs.sh --user='xyz' plugin.hotkeys.mapping_list --delete 
> --type=string
> 
> # ./moduserprefs.sh --user='xyz' plugin.hotkeys.mapping_list --delete

You don't need --type to delete an option. Also, I think option name should be 
last, i.e.

./moduserprefs.sh --user='xyz' --delete plugin.hotkeys.mapping_list

> Although i guess a brief structure from the below layout from preference 
> column, but not
> in exact. Any reference document for this. Thanks for this nice OSS and any 
> help.

This is an array (hash) serialized using 
https://www.php.net/manual/en/function.serialize.php

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer         [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]
----------------------------------------------------
PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
_______________________________________________
Roundcube Development discussion mailing list
dev@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to