#
notmuch
Here are 57 public repositories matching this topic...
gbonfiglio
commented
May 3, 2020
General informations
- system/distribution (with version): Debian Buster
- offlineimap version (
offlineimap -V): offlineimap v7.2.3 - Python version: v2.7.16
- server name or domain: Amazon WorkMail
- CLI options: nothing special
Configuration file offlineimaprc
[Repository WorkMail-Remote]
type = IMAP
remotehost = imap.mail.eu-west-1.awsapps.com
remoteuser = REDAC
mrichar1
commented
May 26, 2020
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++
rust
client
mail
terminal
email
imap
tui
nntp
mail-client
mbox
mua
notmuch
jmap
imap-client
meli
nntp-client
-
Updated
Dec 7, 2020 - Rust
Emacs package to redefine M-< and M-> for some modes
-
Updated
Sep 16, 2020 - Emacs Lisp
Address lookup tool for Notmuch in C using GLib and libnotmuch
-
Updated
Feb 25, 2020 - C
(DISCONTINUED, use gmailieer) experimental tag syncing between gmail tags (using X-Keywords) and notmuch tags
-
Updated
May 14, 2017 - C++
My personal dotfiles - GNU stow version
dotfiles
zsh
tmux-configs
i3
emacs-configuration
i3-config
tmux-configuration
notmuch
dunstrc
polybar
gnu-stow
zsh-configuration
-
Updated
Nov 23, 2020 - Emacs Lisp
Self-hosted webmail client greatly inspired by Google Inbox (Backend)
-
Updated
Dec 17, 2019 - Go
Self-hosted webmail client greatly inspired by Google Inbox
inbox
angular
typescript
email
angular-material
webmail-client
webmail
notmuch
google-inbox
hacktoberfest
inbox-by-gmail
-
Updated
Aug 1, 2020 - TypeScript
Simply emacs and a few useful packages so you can get on with it.
-
Updated
Jan 28, 2018 - Emacs Lisp
notmuchmail, taskwarrior and mutt are about to be your next dreamteam
-
Updated
May 29, 2019 - Python
Improve this page
Add a description, image, and links to the notmuch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notmuch 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