Hi,<div><br></div><div><br><br><div class="gmail_quote">On Wed, Jun 13, 2012 at 1:36 PM, Michael Meeks <span dir="ltr">&lt;<a href="mailto:michael.meeks@suse.com" target="_blank">michael.meeks@suse.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Peter,<br>
<div class="im"><br>
On Tue, 2012-06-12 at 16:04 +0200, Peter Tillemans wrote:<br>
&gt; made available under the MPL/LGPLv3+<br>
<br>
</div>        Lovely :-) what really helps is to have a blanket license statement for<br>
all your past/future commits sent to the list that we can link into:<br>
<br>
        <a href="http://wiki.documentfoundation.org/Development/Developers" target="_blank">http://wiki.documentfoundation.org/Development/Developers</a></blockquote><div><br></div><div> Something like this : <a href="http://lists.freedesktop.org/archives/libreoffice/2012-June/033525.html">http://lists.freedesktop.org/archives/libreoffice/2012-June/033525.html</a></div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<div class="im"><br>
&gt; This patch adds support for gnome-gmail as mail user agent for sending<br>
&gt; documents from the filemenu. This was super easy since the gnome-gmail<br>
&gt; CLI is modelled on the one from evolution.<br>
<br>
</div>        Neato :-) I look forward to merging that; while you&#39;re in that neck of<br>
the woods - any chance you could look at setting it up to use the<br>
&#39;xdg-email&#39; app as well - I&#39;d hope that that would be the final word in<br>
that script ;-)</blockquote><div><br></div><div> ➜  core git:(master) ✗ git diff       </div><div>diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh</div><div>index a18562b..1ce60c8 100755</div>
<div>--- a/shell/source/unix/misc/senddoc.sh</div><div>+++ b/shell/source/unix/misc/senddoc.sh</div><div>@@ -208,7 +208,9 @@ case `basename &quot;$MAILER&quot; | sed &#39;s/-.*$//&#39;` in</div><div>         rm -f $BODY</div>
<div>         ;;</div><div> </div><div>-    evolution)</div><div>+    evolution | gnome | xdg)</div><div>+        # gnome-mail is shortened from the dash on</div><div>+        # idem for xdg-email</div><div> </div><div>         while [ &quot;$1&quot; != &quot;&quot; ]; do</div>
<div>             case $1 in</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> it&#39;d be nice to default to that too. Defaults live in<br>

officecfg/ and/or come from some system detection logic somewhere - keys<br>
to git grep for might be ExternalMailer, CommandProfile etc.<br></blockquote><div><br></div><div>I am trying to wrap my head around the default configuration. As it seems on Linux xdg-email works on all common desktop environments, at least the ones which also have a libreoffice autodetect driver. Then the autodetect can be shortcircuited and xdg-email used as default.</div>
<div><br></div><div>However I am going to need some more study to change the default.</div><div><br></div><div>Peter Tillemans</div></div></div>