This seems to have done the trick! Thank you so much!
This is wrong for notmuch - you need to use `notmuch-mua-send' rather
> than calling `message-send' directly.
On Tue, Dec 29, 2015 at 4:48 PM, David Edmondson wrote:
> On Tue, Dec 29 2015, Peter Salazar
Hi Tomi,
this looks almost good. A few minor comments below.
On Mon, Jan 04 2016, Tomi Ollila wrote:
> devel/try-emacs-mua provides an easy way to try and experiment
> with the notmuch emacs client distributed in emacs subdirectory of
> the notmuch source tree.
>
> try-emacs-mua starts a new
On Jan 04 at 04:50 PM, Tomi Ollila said thus:
> On Tue, Jan 05 2016, MaDhAt2r wrote:
>
>> Hello All!
>>
>> I have been using notmuch/emacs for about two years now. I of course
>> love the setup, but there have always been two main issues I have yet to
On Thu, Nov 12 2015, Mark Walters wrote:
>> devel/try-emacs-mua.sh provides an easy way to try and experiment with
>> the notmuch emacs client provided in emacs subdirectory of notmuch
>> source tree.
[...]
>
> I like this -- a nice simple way to get to a working but uncustomised
> test
devel/try-emacs-mua provides an easy way to try and experiment
with the notmuch emacs client distributed in emacs subdirectory of
the notmuch source tree.
try-emacs-mua starts a new emacs process and if initial checks pass
*scratch* buffer is filled with information of how to begin.
Normal emacs
Hello All!
I have been using notmuch/emacs for about two years now. I of course
love the setup, but there have always been two main issues I have yet to
find a solution for. I am hoping someone on here has found some answers.
1. How to change the time/date to use 12h format in all displays.
2.
On Tue, Jan 05 2016, MaDhAt2r wrote:
> Hello All!
>
> I have been using notmuch/emacs for about two years now. I of course
> love the setup, but there have always been two main issues I have yet to
> find a solution for. I am hoping someone on here has found some answers.
>
Michal Sojka writes:
> +(when return-action (nconc args '(return-action)))
> +(apply 'message-setup-1
> +;; The following sexp is copied from `message-mail'
> +(nconc
> + `((To . ,(or to "")) (Subject . ,(or subject "")))
I missed this the