On 2016-04-14 at 14:15 +0200, Ralf Mardorf wrote: > Tom, what do you try to try to accomplish? > > You can list the relevant strings inside the binary dconf relatively > good sorted by running > > strings $HOME/.config/dconf/user | grep :# > > but I doubt you can paste it in some way to another user's dconf, > assumed you want to do something like this.
You only need to copy the org/gnome/evolution/mail/labels key. You may do so either from dconf-editor, or from command line: $ dconf read /org/gnome/evolution/mail/labels ['I_mportant:#EF2929', '_Work:#F57900', '_Personal:#4E9A06', '_To Do:#3465A4', '_Later:#75507B', 'dsadasdas:#ffffffffffff|dsadasdas'] Note that labels are stored in English but translated in the UI to the interface language. In the example above “dsadasdas” is a custom label. _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
