Re: [O] email ui choices?

2015-07-15 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> Rasmus writes: >> >>> Eric Abrahamsen writes: >>> But how does this handle composing new blank messages? >>> >>> When composing a new message it checks conditions (the first entry in a >>> list). So in your gnus buffer you can put your cursor

Re: [O] email ui choices?

2015-07-15 Thread Rasmus
Eric Abrahamsen writes: > Rasmus writes: > >> Eric Abrahamsen writes: >> >>> But how does this handle composing new blank messages? >> >> When composing a new message it checks conditions (the first entry in a >> list). So in your gnus buffer you can put your cursor on the mail group >> you wa

Re: [O] email ui choices?

2015-07-15 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> But how does this handle composing new blank messages? > > When composing a new message it checks conditions (the first entry in a > list). So in your gnus buffer you can put your cursor on the mail group > you want to send from and it'll pick up th

Re: [O] email ui choices?

2015-07-15 Thread Rasmus
Eric Abrahamsen writes: > But how does this handle composing new blank messages? When composing a new message it checks conditions (the first entry in a list). So in your gnus buffer you can put your cursor on the mail group you want to send from and it'll pick up the appropriate profile. Thou

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Matt Price writes: > On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen > wrote: > > > Matt Price writes: > > > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen > wrote: > > [...] > > I'll include a shameless-plug-cum-general-recommendation: I use > org-attach a lot to keep files associat

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> Rasmus writes: >> >>> Eric Abrahamsen writes: >>> (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program "msmtp") >>> >>> Emacs is pretty good at talking to smtp servers. You can simply add a >>> header

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:29 PM, Juergen Christoffel wrote: > On Tue, Jul 14, 2015 at 07:10:20AM -0400, Matt Price wrote: > >> [...] >> (defun mime-send-mail () >> "org-mime-subtree and HTMLize" >> (interactive) >> (org-mark-subtree) >> ;; wish I could get the PARENT headline here! >> ;; then fig

Re: [O] email ui choices?

2015-07-14 Thread Juergen Christoffel
On Tue, Jul 14, 2015 at 07:10:20AM -0400, Matt Price wrote: [...] (defun mime-send-mail () "org-mime-subtree and HTMLize" (interactive) (org-mark-subtree) ;; wish I could get the PARENT headline here! ;; then figure out how to set subject to that headline! Matt, you can get to the PARENT headl

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen wrote: > Matt Price writes: > > > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen < > e...@ericabrahamsen.net> wrote: > > [...] > > > I'll include a shameless-plug-cum-general-recommendation: I use > org-attach a lot to keep files associated with

Re: [O] email ui choices?

2015-07-14 Thread Jorge A. Alfaro-Murillo
Rasmus writes: In any case, I have moved ALL sending configuration to gnus-posting-style and it's brilliant. Before I was messing with hooks to change variables before dispatching. I agree, gnus-posting-styles is the way to go. Check: (info "(gnus) Posting Styles") Best, -- Jorge.

Re: [O] email ui choices?

2015-07-14 Thread Rasmus
Eric Abrahamsen writes: > Rasmus writes: > >> Eric Abrahamsen writes: >> >>> (setq message-send-mail-function 'message-send-mail-with-sendmail) >>> (setq sendmail-program "msmtp") >> >> Emacs is pretty good at talking to smtp servers. You can simply add a >> header like this to your message (e

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> (setq message-send-mail-function 'message-send-mail-with-sendmail) >> (setq sendmail-program "msmtp") > > Emacs is pretty good at talking to smtp servers. You can simply add a > header like this to your message (e.g. via `gnus-posting-styles' or > `

Re: [O] email ui choices?

2015-07-14 Thread Rasmus
Eric Abrahamsen writes: > (setq message-send-mail-function 'message-send-mail-with-sendmail) > (setq sendmail-program "msmtp") Emacs is pretty good at talking to smtp servers. You can simply add a header like this to your message (e.g. via `gnus-posting-styles' or `message-default-headers'):

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Matt Price writes: > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen > wrote: [...] > I've been thinking about it, and I would love to just have a link to the > student paper within org itself, and have the attachment added automatically > after org-mime-htmlize runs. I'm not sure > exactl

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen wrote: > Juergen Christoffel writes: > > > I wonder if it's even necessary to have *any* sort of MUA set up in > Emacs, if all you're doing is sending email? Many email programs paper > over the distinction between sending and receiving/reading em

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Juergen Christoffel writes: > On Mon, Jul 13, 2015 at 08:16:29PM -0400, Matt Price wrote: >> [...] >>I want to fill out this form, key in a command, and have emacs prompt me >>for an email (or look the email up somewhere?) and generate a mail buffer >>with this subtree as its contents; optionally

Re: [O] email ui choices?

2015-07-14 Thread Juergen Christoffel
On Mon, Jul 13, 2015 at 08:16:29PM -0400, Matt Price wrote: [...] I want to fill out this form, key in a command, and have emacs prompt me for an email (or look the email up somewhere?) and generate a mail buffer with this subtree as its contents; optionally attach a .doc or .pdf attachement; and

[O] email ui choices?

2015-07-13 Thread Matt Price
Hi, I still use thunderbird for email and will continue to do so for a while -- likely until concurrency is well-enough established that my mail client hanging doesn't stop me from working. However: I am jealous of the ease with which everyone emails subtrees around, and I would like to be able t