wangp

Results 36 comments of wangp

Interesting idea. It's not something I would use very often so I don't think I want to add too many keys and options to support it. Perhaps we can introduce...

I experimented with this on the `thread-view-only-matched` branch. Press `Alt-Enter` in the index view, or `M` in the thread view to toggle the mode. Not everything works properly.

The non-matching messages should be displayed in dark grey (bold black) in the top part; not configurable yet. Perhaps you can't see them because of your terminal theme. (This is...

Until there's a solution to the issue I mentioned, that idea won't go any further. A new view for messages without thread awareness could be useful. I think it requires...

I've rebased the branch onto master.

Sorry, I can't help you with xdg-mime. The Arch wiki probably explains that mess. I have an untested branch to support mailto: arguments on the command line; I'll take another...

I think so. Lynx is used by default to render HTML as text but you can configure it to whatever you want. It doesn't behave that nicely when lynx is...

I've removed the default HTML filter command on master.

A simple solution is to defer deleting all temporary files until we leave the thread view. I've mocked it up on the `defer-rm-temp` branch. A question is when opening a...

Yes `detect_url_2` should succeed if it detects a URL in `String` after index `BeginAt`, where `Start` and `End` are the start and end indexes of the URL in `String`. A...