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-
A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
-
Updated
Sep 16, 2020 - C++
-
Updated
Dec 7, 2020 - Rust
A commandline tool to easily and privately handle your e-mail
-
Updated
Nov 23, 2020 - Shell
Mail Toaster 6
-
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.
Utility for marking github notifications as read via mail clients
-
Updated
Feb 27, 2017 - Ruby
Personal blog (Under-development)
-
Updated
Dec 11, 2020 - HTML
Message Cat: an MUA tool to migrate emails between IMAP servers and manage emails using rules written in Ruby DSL.
-
Updated
Nov 8, 2018 - Ruby
Mail User Agent Config Server
-
Updated
Jun 7, 2018 - Go
z80oolong/mutt -- East Asian Ambiguous Character を全角文字の幅で表示する mutt を導入するための Formula 群
-
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