unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: Steve Litt <slitt@troubleshooters.com>
Cc: vim@vim.org, "notmuch@notmuchmail.org" <notmuch@notmuchmail.org>
Subject: Re: [ANN] notmuch-vim 0.7 released
Date: Fri, 9 Jul 2021 19:10:52 -0500	[thread overview]
Message-ID: <CAMP44s1_Dkt9=TDhcsRMTJkuzeS+XMwTJnF3agYoDxXo5fMB+g@mail.gmail.com> (raw)
In-Reply-To: <20210709135019.76dad717@mydesk.domain.cxm>

Hi,

On Fri, Jul 9, 2021 at 12:50 PM Steve Litt <slitt@troubleshooters.com> wrote:
> Felipe Contreras said on Wed, 07 Jul 2021 23:21:42 -0500

> >notmuch-vim is a fully-functional mail user agent implemented in vim.
> >It uses as inspiration other text-based MUAs such as mutt and sup, but
> >it's better because it uses two amazing programs: vim and notmuch.
> >
> >It by itself doesn't do much, following the UNIX philosophy you need
> >other tools to do anything useful: mbsync or offlineimap to fetch mail,
> >notmuch to index it, and sendmail or msmtp to send it, etc.
> >
> >Here's an example recorded session:
> >https://asciinema.org/a/oo4yUOQDDF2CrWZbzhZURFtTW
> >
> >For installation instructions and the works, check the GitHub repo:
> >https://github.com/felipec/notmuch-vim
> >
> >I stopped working on it in 2014, but I'm back.
>
> I've been looking to change email clients from Claws-Mail to something
> a little lighter. A couple questions about notmuch-vim...
>
> * If I use it with my local dovecot IMAP server, can I configure
>   notmuch-vim to not delete messages I read, and only delete messages I
>   explicitly delete from within notmuch-vim?

notmuch-vim doesn't really delete anything, tags are used to specify
what messages you want to see. If you search for "tag:unread", you'll
see messages that you haven't read, and once you mark a message as
read you won't see it in that view, but the message is still there
(similar to Gmail).

You can add a keymap to mark some messages as "deleted", and then
configure notmuch to exclude those messages from all the views, but
still, the messages are not really deleted, they just have the
"deleted" tag.

Furthermore you can synchronize some tags to Maildir flags, and
although at some point the "deleted" tag was synchronized to the
Trashed flag, that's not happening right now (although I think it
should).

So in short tags are mostly orthogonal to anything else.

> * When people send me HTML email, as they always do, is there something
>   I can attach to notmuch-vim in order to format that HTML email as
>   something readable, that shows links where they're supposed to be?
>   (NOTE: I never SEND HTML email, so I'm only asking about receiving).

By default notmuch-vim uses "elinks -dump" to convert HTML email to
plain text, but you can configure any program you want.

Hopefully that answers your questions.

-- 
Felipe Contreras

      reply	other threads:[~2021-07-10  0:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08  4:21 [ANN] notmuch-vim 0.7 released Felipe Contreras
2021-07-08  5:51 ` Ralph Seichter
2021-07-10  0:32   ` Felipe Contreras
2021-07-09 17:50 ` Steve Litt
2021-07-10  0:10   ` Felipe Contreras [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMP44s1_Dkt9=TDhcsRMTJkuzeS+XMwTJnF3agYoDxXo5fMB+g@mail.gmail.com' \
    --to=felipe.contreras@gmail.com \
    --cc=notmuch@notmuchmail.org \
    --cc=slitt@troubleshooters.com \
    --cc=vim@vim.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).