Re: Narrow text body when composing/replying to mails

2024-02-25 Thread Jan Detke
Thanks for your fast reply Sandra.

On So, Feb 25 2024 11:28, Sandra Snan wrote

> Huh, there is a bug here, apparently, looking at the raw version
> of what I sent. It doesn't properly insert the RFC 2646
> line-ending spaces.

In fact, it does not work for me either. I commented my lines of code
and used your code snippet below. Hence auto-fill-mode was kept on while
testing it on my side.


>>> Instead, do this:
>>>
>>> (add-hook 'message-mode-hook
>>> (lambda ()
>>> (use-hard-newlines 3 t)))

Maybe there are some settings interfering with the right
placement/insertion of RFC2646.

Any thoughts on this?


--
Jan Detke
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org


Narrow text body when composing/replying to mails

2024-02-25 Thread Jan Detke
Hello all,

I am using notmuch with the emacs frontend.With that I got an issue where my 
text body is verry narrow while
composing/replying to mails (as you can see). To get rid of this, I
added the follwoing to my config file:

```
  (add-hook! 'notmuch-message-mode-hook #'turn-on-visual-line-mode)
  (add-hook! 'notmuch-message-mode-hook #'turn-off-auto-fill)
```

But this did not work out for me. Any suggestion here?

-- 
Jan Detke
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org


Usage of hooks w/ notmuch

2023-06-23 Thread Jan Detke
Hi,

I got a problem using hooks with notmuch (Version 0.37-3). I specified the hook 
directory under [database] in my notmuch config. The script (post-new.sh) is 
executable and works when invoked manually in the terminal, but it does not get 
executed after invoking notmuch new. There is no additional output given in the 
terminal.

I also paid attation to the following section of the documentation 
https://notmuchmail.org/initial_tagging/ and applied the given examples on my 
system. Hook still wont run.

Do I have to make additional changes in my config in order to use hooks (mainly 
post-new)?

Best regards
Jan
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org