Patrick Totzke

Results 194 comments of Patrick Totzke

So this is about the path config option (in alot's config file)? Fine. Feel free to submit a PR proposing this change. thx Quoting Daniel M. Capella (2019-05-12 16:50:44) >...

https://github.com/pazz/alot/blob/master/alot/__main__.py#L36 It is taken from the environment var "NOTMUCH_CONFIG" and defaults to "~/.notmuch-config". HTH, Best, P

Wait, no: "notmuch2" is indeed the new CFFI-based module but that is not downward compatible. ATM alot still needs the old "notmuch" module. The notmuch2-port of alot is here: https://github.com/pazz/alot/pull/1511...

Just FYI, alot is pretty much the only "major" project that still deprends on the old bindings and blocks their removal from notmuch upstream as far as I know. So...

Yes you are right. I did not follow the developments in afew. Good point.

Thanks for reporting this. The error trace indeed indicates that the calling code in globals.py is iffy. Regarding you immediate problem though, I believe that your editor command may be...

Quoting hgvhgv (2020-05-17 16:15:04) > editor_cmd = nvim '+noh' '+set ft=mail' '+set fileencoding=utf-8' '+set > enc=utf-8' '+set ff=unix' '+set fo+=w' '+set Try quoting this as one string instead: ``` editor_cmd...

can you confirm that the problem occurs on the "0.8-get_body" branch?

Looking at the bisected commit, I suspect that you have set up a text/plain mime entry that is used without your knowing. Do you see the message summaries? Check your...