Ok, two questions, why did Evolution pick the HTML version/part of the message rather than the plain text version which precedes the section of HTML in the source?
Second question is very basic, setting up $EDITOR, I'm running Ubuntu 7.10 and Evolution 2.12.1. Do I just set the Evolution launcher icon to run a script setting up EDITOR='gvim -f $*' and then have it invoke Evolution? Rick On Wed, 2008-09-17 at 12:26 -0400, Reid.Thompson wrote: > On Wed, 2008-09-17 at 12:21 -0400, Reid.Thompson wrote: > > On Wed, 2008-09-17 at 11:58 -0400, Paul Smith wrote: > > > On Wed, 2008-09-17 at 11:06 -0400, Reid.Thompson wrote: > > > > Setting $EDITOR to "gvim -f" results in invocation > > > > failure. > > > > > > Have you tried writing a script that runs gvim -f, then using that > > > script as $EDITOR? > > > > > > I can't recall whether it's generally considered "OK" for $EDITOR to > > > contain any arguments; whether applications are required to parse it up > > > into words. Of course, probably they should just invoke system() with > > > the value inserted at the beginning... but if Evo tries to use fork/exec > > > directly instead you might hit this problem. > > > > > > > > setting $EDITOR to a script to init a non-forking gvim does appear to > > work > > > > [EMAIL PROTECTED] ~ $ cat ~/bin/viminit > > #!/bin/bash > > > > gvim -f $* > > First issue = email body is not editable in the composer that is > created. > _______________________________________________ > Evolution-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/evolution-list _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
