mua
Here are 33 public repositories matching this topic...
I've set up alot to use notmuch address as the abook entry following the docs:
command = 'notmuch address --format=json --output=recipients date:1Y..'
regexp = '\[?{"name": "(?P<name>.*)", "address": "(?P<email>.+)", "name-addr": ".*"}[,\]]?'
shellcommand_external_filtering = False
ignorecase = True
When I 'search' by typing a partial name and hitting tab, it seems to be case-
-
Updated
Sep 16, 2020 - C++
-
Updated
Dec 7, 2020 - Rust
-
Updated
Nov 23, 2020 - Shell
-
Updated
Dec 10, 2020 - Shell
Write docs
Docs should be written in https://github.com/hydrargyrum/lierre/tree/master/docs. They will be exposed at https://lierre.readthedocs.io/en/latest/
They should expose end-user manual, and plugin developer manual (with plugin API). There are some TODO items in the docs now.
-
Updated
Feb 27, 2017 - Ruby
-
Updated
Dec 11, 2020 - HTML
-
Updated
Nov 8, 2018 - Ruby
-
Updated
Jun 7, 2018 - Go
-
Updated
May 22, 2019 - Ruby
Improve this page
Add a description, image, and links to the mua topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mua topic, visit your repo's landing page and select "manage topics."
In #2761 I introduced a new API,
struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate likeif (Context && Context->mailbox).I would like to use the API more extensively, whenever
Context->mailboxis used. This needs to be done with care asContextis a global variable and its contents might change when calling other functions.This would