EnglishFrenchSpanish

OnWorks favicon

notmuch-mutt - Online in the Cloud

Run notmuch-mutt in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command notmuch-mutt that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


notmuch-mutt - notmuch (of a) helper for Mutt

SYNOPSIS


notmuch-mutt [OPTION]... search [SEARCH-TERM]...
notmuch-mutt [OPTION]... thread < MAIL
notmuch-mutt [OPTION]... tag [TAGS]... < MAIL

DESCRIPTION


notmuch-mutt is a frontend to the notmuch mail indexer capable of populating a maildir
with search results.

OPTIONS


-o DIR
--output-dir DIR
Store search results as (symlink) messages under maildir DIR. Beware: DIR will be
overwritten. (Default: ~/.cache/notmuch/mutt/results/)

-p
--prompt
Instead of using command line search terms, prompt the user for them (only for
"search").

-r
--remove-dups
Remove emails with duplicate message-ids from search results. (Passes --duplicate=1
to notmuch search command.) Note this can hide search results if an email
accidentally or maliciously uses the same message-id as a different email.

-h
--help
Show usage information and exit.

INTEGRATION WITH MUTT


notmuch-mutt can be used to integrate notmuch with the Mutt mail user agent
(unsurprisingly, given the name). To that end, you should define macros like the following
in your Mutt configuration (usually one of: ~/.muttrc, /etc/Muttrc, or a configuration
snippet under /etc/Muttrc.d/):

macro index <F8> \
"<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\
<shell-escape>notmuch-mutt -r --prompt search<enter>\
<change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\
<enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \
"notmuch: search mail"

macro index <F9> \
"<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\
<pipe-message>notmuch-mutt -r thread<enter>\
<change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\
<enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \
"notmuch: reconstruct thread"

macro index <F6> \
"<enter-command>set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key<enter>\
<pipe-message>notmuch-mutt tag -- -inbox<enter>\
<enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \
"notmuch: remove message from inbox"

The first macro (activated by <F8>) prompts the user for notmuch search terms and then
jump to a temporary maildir showing search results. The second macro (activated by <F9>)
reconstructs the thread corresponding to the current mail and show it as search results.
The third macro (activated by <F6>) removes the tag "inbox" from the current message; by
changing "-inbox" this macro may be customised to add or remove tags appropriate to the
users notmuch work-flow.

To keep notmuch index current you should then periodically run "notmuch new". Depending on
your local mail setup, you might want to do that via cron, as a hook triggered by mail
retrieval, etc.

Use notmuch-mutt online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    s3cmd
    s3cmd
    Open-source tool to access Amazon S3
    file storage. S3cmd is a free command
    line tool and client for uploading,
    retrieving and managing data in Amazon
    S3 and ot...
    Download s3cmd
  • 2
    XyZerKunG ServerTool
    XyZerKunG ServerTool
    XyZerKunG ServerTool helps you to make
    your own Minecraft server and play with
    your friend for a few minutes.
    Features:Automatically create a
    Minecraft serverU...
    Download XyZerKunG ServerTool
  • 3
    CalcTools
    CalcTools
    Java source intended to serve as a
    nexus for teaching both mathematics and
    software solutions for computation on
    iterative equations. Public interfaces
    allow a...
    Download CalcTools
  • 4
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop client is the
    official desktop app for Rocket.Chat,
    the simple but powerful open source web
    chat platform. It's tested on macOS,
    Windows...
    Download Rocket.Chat Desktop Client
  • 5
    OfficeFloor
    OfficeFloor
    OfficeFloor provides inversion of
    coupling control, with its: - dependency
    injection - continuation injection -
    thread injection For more information
    visit the...
    Download OfficeFloor
  • 6
    DivKit
    DivKit
    DivKit is an open source Server-Driven
    UI (SDUI) framework. It allows you to
    roll out server-sourced updates to
    different app versions. Also, it can be
    used fo...
    Download DivKit
  • More »

Linux commands

Ad