<div class="markdown">
<p dir="auto">On 5 Oct 2013, at 9:50, Olivier Bedouelle wrote:</p>
<blockquote>
<p dir="auto">I don't understand to add a gmail key to each tag that you want to map to a Gmail label.</p>
<p dir="auto">A plist file is for example:<br>
{ tags = ( { displayName = "personnel"; } ); }</p>
<p dir="auto">How does it do to take into account the personal gmail label?</p>
</blockquote>
<p dir="auto">In this case it would be:</p>
<pre><code>{ tags = ( { displayName = "personnel"; gmail = "Personnel"; } ); }
</code></pre>
<p dir="auto">If the tag should be mapped to the Gmail label name “Personnel”.</p>
<p dir="auto">I'll probably add the GUI needed for this next week, so you can also wait for that.</p>
<p dir="auto">-- <br>
Benny</p>
</div>