Re: [Evolution] Command to "Send as attachment"

2018-10-23 Thread Patrick O'Callaghan
On Mon, 2018-10-22 at 18:01 +0200, Ralf Mardorf via evolution-list wrote: > On Mon, 2018-10-22 at 16:24 +0100, Patrick O'Callaghan wrote: > > On Mon, 2018-10-22 at 10:54 +0200, Ralf Mardorf via evolution-list > > wrote: > > > PS: > > > > > > To sent mails by command line I wouldn't use Evolution w

Re: [Evolution] Command to "Send as attachment"

2018-10-22 Thread Ralf Mardorf via evolution-list
On Mon, 2018-10-22 at 16:24 +0100, Patrick O'Callaghan wrote: > On Mon, 2018-10-22 at 10:54 +0200, Ralf Mardorf via evolution-list > wrote: > > PS: > > > > To sent mails by command line I wouldn't use Evolution with 'mailto'. > > Consider to use a 'sendmail' replacement such as 'msmtp', see > > h

Re: [Evolution] Command to "Send as attachment"

2018-10-22 Thread Patrick O'Callaghan
On Mon, 2018-10-22 at 10:54 +0200, Ralf Mardorf via evolution-list wrote: > PS: > > To sent mails by command line I wouldn't use Evolution with 'mailto'. > Consider to use a 'sendmail' replacement such as 'msmtp', see > https://mail.gnome.org/archives/evolution-list/2014-May/msg00183.html. SendE

Re: [Evolution] Command to "Send as attachment"

2018-10-22 Thread Andrea Vai
Hi Ralf, Il giorno lun, 22/10/2018 alle 10.32 +0200, Ralf Mardorf via evolution-list ha scritto: > On Mon, 22 Oct 2018 10:20:10 +0200, Andrea Vai wrote:[...] > "[snip] > It is also possible to specify initial values for headers (e.g. > subject, cc, etc.) and message body in the URL. Blanks, carriag

Re: [Evolution] Command to "Send as attachment"

2018-10-22 Thread Ralf Mardorf via evolution-list
PS: To sent mails by command line I wouldn't use Evolution with 'mailto'. Consider to use a 'sendmail' replacement such as 'msmtp', see https://mail.gnome.org/archives/evolution-list/2014-May/msg00183.html. ___ evolution-list mailing list evolution-li

Re: [Evolution] Command to "Send as attachment"

2018-10-22 Thread Ralf Mardorf via evolution-list
On Mon, 22 Oct 2018 10:20:10 +0200, Andrea Vai wrote: >this wakes on me some interest about running simple evolution actions >from the command line, i.e. I tried > >evolution "mailto:j...@example.com?attach=myFile.pdf&subject=Test"; > >and it works, so I was wondering if there are any other fields

Re: [Evolution] Command to "Send as attachment"

2018-10-22 Thread Andrea Vai
Hi all, Il giorno ven, 19/10/2018 alle 09.12 -0400, Durrance ha scritto: > That worked perfectly. Thank you. > > On Fri, 2018-10-19 at 14:36 +0200, Ángel wrote: > > Hello Durrance > > > > You provide that in the mailto parameter: > > evolution "mailto:j...@example.com?attach=/etc/passwd"; > >

Re: [Evolution] Command to "Send as attachment"

2018-10-19 Thread Durrance
That worked perfectly. Thank you. On Fri, 2018-10-19 at 14:36 +0200, Ángel wrote: > Hello Durrance > > You provide that in the mailto parameter: > evolution "mailto:j...@example.com?attach=/etc/passwd"; > > So in this case I guess the exec line should be: > Exec=evolution "mailto:?attach=%F"

Re: [Evolution] Command to "Send as attachment"

2018-10-19 Thread Ángel
Hello Durrance You provide that in the mailto parameter: evolution "mailto:j...@example.com?attach=/etc/passwd"; So in this case I guess the exec line should be: Exec=evolution "mailto:?attach=%F"; (will probably not work if the filename contains special chars, as you probably would need th