InBasic

Results 176 comments of InBasic

This extension retrieves unread information from the Gmail feed. However, the Gmail feed output lacks message IDs and only includes thread IDs. Consequently, when you mark a message as read,...

Right now there is no method for selective expansion, I would like to have an option to help decide whether a node is expanded or not, something like this: var...

Yes, exactly. If I have understood the code correctly, right now during the tree construction, there is a `this.expanded = false`. I would prefer a user defined function decide on...

Great! Please keep me posted if there is any progress on this.

Since there is no place yet, open the background page and run `localStorage.setItem('notmuch', 'path-to-the-executable')`. You can access the background page from about:debugging. I'll add the UI to insert this preference...

I personally use a bash script that calls swaks ```bash /usr/local/bin/swaks -server $server \ -tls --auth-user "$1" --auth-password $password \ --to "$2" \ --from "$1" \ --body "$3" \ --add-header...