Patrick Totzke
Patrick Totzke
Quoting Michael J Gruber (2021-01-03 16:39:04) > I can confirm that the bug with an empty taglist is fixed now. > > Now I wonder why we even need the...
> I would argue for removing the --tags parameter from the > taglist command. Agreed!
I don't think I did this before and am not sure if it's necessary unless your tag contains whitespaces.
Quoting Michael J Gruber (2021-01-04 13:32:41) > Hmm, meanwhile I've learned that notmuch does support regex in tag searches > now. notmuch search tag:/BA/ gives all threads with tags which...
Also a potential alternative: https://pypi.org/project/mail-parser/
this sort of works (for most messages). If there's an attachement i still get this. ``` File "/home/pazz/projects/alot/alot/buffers/thread.py", line 63, in rebuild self._tree = ThreadTree(self.thread) File "/home/pazz/projects/alot/alot/widgets/thread.py", line 352, in...
This is not a problem but a work in "progress" refactoring request. I did not spend more time on it so far but you are welcome to take it from...
I agree with this. In fact the notmuch query syntax `thread:{tag:inbox}` is new to me and it certaily wasn't available when I wrote this code (I remember that everything in...
I cannot reproduce nor trace this: the stack trace ends in a line that seems to have no relation to the exception! Does your mail contain "unknown-8bit" as content encoding...
I'm not sure which implementation of "get_subject" is better; perhaps @mjg has an opinion. I am actually surprised that this isn't already there (is that patch you mention not in...