On Mon, 2013-04-08 at 12:58 -0400, Adam Tauno Williams wrote:
> Anyone got an idea why I can't access these settings via gsettings?
>
> gsettings get org.gnome.evolution.mail.mark-seen
> gsettings get org.gnome.evolution.mail.mark-seen-timeout
>
> I can see them in the dconf-editor but gsettings just says -
>
> $ gsettings get org.gnome.evolution.mail.mark-seen-timeout
> Usage:
> gsettings [--schemadir SCHEMADIR] get SCHEMA[:PATH] KEY
>
> Get the value of KEY
>
> Arguments:
> SCHEMADIR A directory to search for additional schemas
> SCHEMA The name of the schema
> PATH The path, for relocatable schemas
> KEY The key within the schema
>
Because, as it says, you need a SCHEMA argument to gsettings as well as
the KEY. So it should be something like
gsettings get SCHEMA org.gnome.evolution.mail.mark-seen
and you can get a list of schemas by doing
gsettings list-schemas
Then you get to decide which schema is the one you need. Good luck.
P.
_______________________________________________
evolution-list mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list