Skip to content
#

notmuch

Here are 57 public repositories matching this topic...

gahr
gahr commented Dec 9, 2020

In #2761 I introduced a new API, struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate like if (Context && Context->mailbox).

I would like to use the API more extensively, whenever Context->mailbox is used. This needs to be done with care as Context is a global variable and its contents might change when calling other functions.

This would

gbonfiglio
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
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-

Improve this page

Add a description, image, and links to the notmuch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notmuch topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.