Re: notmuch over ssh

2021-02-10 Thread Chris Coutinho
On Wed, 2021-02-10 at 12:51 +0200, Tomi Ollila wrote: > On Wed, Feb 10 2021, Keegan Carruthers-Smith wrote: > > > Hello. > > > > Thought I'd share a hack I've been using recently. I have my > > notmuch database on another machine. I wanted to access it via my > > local emacs session. I

Working with 2FA-enabled mail (app password not possible)

2020-01-08 Thread Chris Coutinho
Hi, My company recently made our Office365 mail service 2FA-enabled by default and disallowed app-specific passwords. Before this, I used Offlineimap to download my mail and index/search it using Notmuch. Now that that's no longer possible, I'm looking to the community for options. What do you

Re: compacting the notmuch database through systemd

2019-12-08 Thread Chris Coutinho
On Sun, Dec 8, 2019 at 3:38 PM Jorge P. de Morais Neto wrote: > > Em [2019-12-06 sex 14:41:22-0500], Daniel Kahn Gillmor escreveu: > > > As for the variations, i'm kind of of a mind that people who deviate > > from the defaults should need to maintain their own deviance explicitly, > > rather

Re: IMAP with server deletion

2019-07-05 Thread Chris Coutinho
Offlineimap has a 'sync_deletes' flag that defaults to 'yes' in both your local and remote repositories. You can elect to delete locally and keep remote, or delete remotely and keep locally. See the short comment in the offlineimap configuration file on github:

[PATCH] Fix Makefile.local for install notmuch zsh completions

2018-09-16 Thread Chris Coutinho
Thanks for the patch Vincent! The Makefile.local should also be updated to successfully install notmuch using this patch. Regards, Chris --- completion/Makefile.local | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/completion/Makefile.local b/completion/Makefile.local