EXTRA_DIST = $(BUILT_DISTFILES) chunk.xsl gen-map-doc html.xsl makedoc.c \
makedoc_defs.h manual.xml.head manual.xml.tail mbox.5 mmdf.5 \
- mutt-1.7.0-syntax.vim mutt.css neomutt.man mutt.xsl Muttrc Muttrc.head \
- muttrc.man.head muttrc.man.tail neomutt-syntax.vim PGP-Notes.txt \
+ mutt-1.7.0-syntax.vim mutt.css neomutt.man mutt.xsl neomuttrc neomuttrc.head \
+ neomuttrc.man.head neomuttrc.man.tail neomutt-syntax.vim PGP-Notes.txt \
smime-notes.txt pgpewrap.1 pgpring.1 smime_keys.1
CHUNKED_DOCFILES = advancedusage.html configuration.html gettingstarted.html \
all: makedoc-all
makedoc-all: $(CHUNKED_DOCFILES) index.html manual.html manual.txt neomutt.1 \
- Muttrc muttrc.man neomutt-syntax.vim
+ neomuttrc neomuttrc.man neomutt-syntax.vim
install-data-local: makedoc-all
$(MKDIR_P) $(DESTDIR)$(mandir)/man1
$(MKDIR_P) $(DESTDIR)$(mandir)/man5
$(MKDIR_P) $(DESTDIR)$(sysconfdir)
$(INSTALL) -m 644 neomutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
- $(INSTALL) -m 644 muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
+ $(INSTALL) -m 644 neomuttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
$(INSTALL) -m 644 $(srcdir)/smime_keys.1 $(DESTDIR)$(mandir)/man1/smime_keys.1
$(INSTALL) -m 644 $(srcdir)/pgpewrap.1 $(DESTDIR)$(mandir)/man1/pgpewrap.1
$(INSTALL) -m 644 $(srcdir)/pgpring.1 $(DESTDIR)$(mandir)/man1/pgpring.1
-for f in $(HTML_DOCFILES); do \
$(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir); \
done
- $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist
- -if [ -f $(DESTDIR)$(pkgdatadir)/Muttrc ]; then \
- mv $(DESTDIR)$(pkgdatadir)/Muttrc* $(DESTDIR)$(sysconfdir); \
- elif [ -f $(DESTDIR)$(pkgdatadir)/../Muttrc ]; then \
- mv $(DESTDIR)$(pkgdatadir)/../Muttrc* $(DESTDIR)$(sysconfdir); \
- elif [ ! -f $(DESTDIR)$(sysconfdir)/Muttrc ]; then \
- $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir); \
+ $(INSTALL) -m 644 neomuttrc $(DESTDIR)$(sysconfdir)/neomuttrc.dist
+ -if [ -f $(DESTDIR)$(pkgdatadir)/neomuttrc ]; then \
+ mv $(DESTDIR)$(pkgdatadir)/neomuttrc* $(DESTDIR)$(sysconfdir); \
+ elif [ -f $(DESTDIR)$(pkgdatadir)/../neomuttrc ]; then \
+ mv $(DESTDIR)$(pkgdatadir)/../neomuttrc* $(DESTDIR)$(sysconfdir); \
+ elif [ ! -f $(DESTDIR)$(sysconfdir)/neomuttrc ]; then \
+ $(INSTALL) -m 644 neomuttrc $(DESTDIR)$(sysconfdir); \
fi
-$(INSTALL) -m 644 $(srcdir)/neomutt-syntax.vim $(DESTDIR)$(docdir)
for f in neomutt.1 smime_keys.1 pgpewrap.1 pgpring.1; do \
rm -f $(DESTDIR)$(mandir)/man1/$$f; \
done
- for f in muttrc.5 mbox.5 mmdf.5; do \
+ for f in neomuttrc.5 mbox.5 mmdf.5; do \
rm -f $(DESTDIR)$(mandir)/man5/$$f; \
done
for f in $(srcdir_DOCFILES) $(topsrcdir_DOCFILES) $(HTML_DOCFILES); do \
rm -f $(DESTDIR)$(docdir)/$$f; \
done
-rm -f $(DESTDIR)$(docdir)/manual.txt
- for i in Muttrc; do \
+ for i in neomuttrc; do \
if cmp -s $(DESTDIR)$(sysconfdir)/$$i.dist $(DESTDIR)$(sysconfdir)/$$i; then \
rm $(DESTDIR)$(sysconfdir)/$$i; \
fi; \
LC_ALL=C lynx -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \
LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
-Muttrc: $(top_srcdir)/init.h makedoc$(EXEEXT) $(srcdir)/Muttrc.head
- sed -e 's,[@]docdir[@],$(docdir),' $(srcdir)/Muttrc.head > Muttrc
- $(CPP) $(AM_CPPFLAGS) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C $(top_srcdir)/init.h | ./makedoc$(EXEEXT) -c >> Muttrc
+neomuttrc: $(top_srcdir)/init.h makedoc$(EXEEXT) $(srcdir)/neomuttrc.head
+ sed -e 's,[@]docdir[@],$(docdir),' $(srcdir)/neomuttrc.head > neomuttrc
+ $(CPP) $(AM_CPPFLAGS) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C $(top_srcdir)/init.h | ./makedoc$(EXEEXT) -c >> neomuttrc
manual.html: manual.xml $(srcdir)/html.xsl $(srcdir)/mutt.xsl $(srcdir)/mutt.css
-xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
spellcheck:
-aspell -d american --mode=sgml --encoding=utf-8 -p $(srcdir)/mutt.pwl check manual.xml.head
- -aspell -d american --mode=nroff --encoding=utf-8 -p $(srcdir)/mutt.pwl check muttrc.man.head
+ -aspell -d american --mode=nroff --encoding=utf-8 -p $(srcdir)/mutt.pwl check neomuttrc.man.head
-aspell -d american --mode=ccpp --encoding=utf-8 -p $(srcdir)/mutt.pwl check $(top_srcdir)/init.h
sortcheck: manual.xml
rm -rf vars.tmp.1 vars.tmp.2
clean-local:
- rm -f *.html neomutt.1 muttrc.man
+ rm -f *.html neomutt.1 neomuttrc.man
-DISTCLEANFILES = manual.txt manual.html manual.xml Muttrc
+DISTCLEANFILES = manual.txt manual.html manual.xml neomuttrc
-muttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
+neomuttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h neomuttrc.man.head neomuttrc.man.tail
$(MAKEDOC_CPP) $(top_srcdir)/init.h | \
./makedoc$(EXEEXT) -m | \
- cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail > $@
+ cat $(srcdir)/neomuttrc.man.head - $(srcdir)/neomuttrc.man.tail > $@
EDIT = sed -e 's,@sysconfdir\@,$(sysconfdir),g' \
-e 's,@bindir\@,$(bindir),g' \
know NeoMutt you could skip ahead to the main
<link linkend="sidebar">Sidebar guide</link>. If you just want to get
started, you could use the sample
- <link linkend="sidebar-muttrc">Sidebar muttrc</link>.</para>
+ <link linkend="sidebar-neomuttrc">Sidebar neomuttrc</link>.</para>
<para>To check if NeoMutt supports
<quote>Sidebar</quote>, look for the string
<literal>+sidebar</literal> in the neomutt version.</para>
<title>Sidebar Basics</title>
<para>The most important variable is
<literal>$sidebar_visible</literal>. You can set this in your
- <quote>muttrc</quote>, or bind a key to the function
+ <quote>neomuttrc</quote>, or bind a key to the function
<literal><sidebar-toggle-visible></literal>.</para>
<screen>
set sidebar_visible <emphasis role="comment"># Make the Sidebar visible by default</emphasis>
<itemizedlist>
<listitem>
<para>
- <literal>.muttrc</literal> commands</para>
+ <literal>.neomuttrc</literal> commands</para>
</listitem>
<listitem>
<para>addresses and aliases</para>
config. It looks for NeoMutt config files before NeoMutt config files and
versioned config before plain config. For example:</para>
- <table id="muttrc-order">
+ <table id="neomuttrc-order">
<title>NeoMutt config file search order</title>
<tgroup cols="1">
<tbody>
<para>This allows the user to create separate NeoMutt and NeoMutt config
files on the same system.</para>
- <sect2 id="muttrc-system">
+ <sect2 id="neomuttrc-system">
<title>Location of system config files</title>
<para>NeoMutt will search for a system config file in a
<literal>neomutt</literal> directory in several places. First it searches
<para>NeoMutt will read just one file, the first file it finds, from the
list below.</para>
- <table id="muttrc-system-files">
+ <table id="neomuttrc-system-files">
<title>NeoMutt system config file locations</title>
<tgroup cols="2">
<thead>
<entry>Note the case of the filename</entry>
</row>
<row>
- <entry>/etc/neomutt/neomuttrc-20170912</entry>
+ <entry>/etc/neomuttrc-20170912</entry>
<entry>NeoMutt release version</entry>
</row>
<row>
- <entry>/etc/neomutt/neomuttrc</entry>
+ <entry>/etc/neomuttrc</entry>
</row>
<row>
- <entry>/etc/neomutt/Muttrc</entry>
+ <entry>/etc/Muttrc</entry>
<entry>Note the case of the filename</entry>
</row>
<row>
</table>
</sect2>
- <sect2 id="muttrc-user">
+ <sect2 id="neomuttrc-user">
<title>Location of user config files</title>
<para>NeoMutt will search for a user config file in several places. First
it looks in the directory specified in the
<para>NeoMutt will read just one file, the first file it finds, from the
list below.</para>
- <table id="muttrc-user-files">
+ <table id="neomuttrc-user-files">
<title>NeoMutt user config file locations</title>
<tgroup cols="2">
<thead>
<entry>~/.config/neomutt/muttrc</entry>
</row>
<row>
- <entry>~/.neomuttrc-20170912</entry>
+ <entry>~/.neomutt/neomuttrc-20170912</entry>
<entry>NeoMutt release version</entry>
</row>
<row>
- <entry>~/.neomuttrc</entry>
+ <entry>~/.neomutt/neomuttrc</entry>
</row>
<row>
- <entry>~/.muttrc</entry>
+ <entry>~/.neomutt/muttrc</entry>
</row>
<row>
- <entry>~/.neomutt/neomuttrc-20170912</entry>
+ <entry>~/.mutt/neomuttrc-20170912</entry>
<entry>NeoMutt release version</entry>
</row>
<row>
- <entry>~/.neomutt/neomuttrc</entry>
+ <entry>~/.mutt/neomuttrc</entry>
</row>
<row>
- <entry>~/.neomutt/muttrc</entry>
+ <entry>~/.mutt/muttrc</entry>
+ </row>
+ <row>
+ <entry>~/.neomuttrc-20170912</entry>
+ <entry>NeoMutt release version</entry>
+ </row>
+ <row>
+ <entry>~/.neomuttrc</entry>
+ </row>
+ <row>
+ <entry>~/.muttrc</entry>
</row>
</tbody>
</tgroup>
</sect2>
</sect1>
- <sect1 id="muttrc-syntax" xreflabel="Syntax of Initialization Files">
+ <sect1 id="neomuttrc-syntax" xreflabel="Syntax of Initialization Files">
<title>Syntax of Initialization Files</title>
<para>An initialization file consists of a series of
<link linkend="commands">commands</link>. Each line of the file may
<link linkend="source">
<command>source</command>d</link>. Consequently, you can have multiple
alias files, or you can have all aliases defined in your
- <literal>.muttrc</literal>.</para>
+ <literal>.neomuttrc</literal>.</para>
<para>On the other hand, the
<link linkend="create-alias">
<literal><create-alias></literal>
</link>function can use only one file, the one pointed to by the
<link linkend="alias-file">$alias_file</link> variable (which is
- <literal>~/.muttrc</literal> by default). This file is not special either,
+ <literal>~/.neomuttrc</literal> by default). This file is not special either,
in the sense that NeoMutt will happily append aliases to any file, but in
order for the new aliases to take effect you need to explicitly
<link linkend="source">
<listitem>
<para>The alias menu is the list of your personal aliases as
defined in your
- <literal>.muttrc</literal>. It is the mapping from a short alias
+ <literal>.neomuttrc</literal>. It is the mapping from a short alias
name to the full email address(es) of the recipient(s).</para>
</listitem>
</varlistentry>
<emphasis>command</emphasis> before loading. If a mailbox matches multiple
<command>folder-hook</command>s, they are executed in the order given in
the
- <literal>.muttrc</literal>.</para>
+ <literal>.neomuttrc</literal>.</para>
<para>The regexp parameter has
<link linkend="shortcuts">mailbox shortcut</link> expansion performed on
the first character. See
will work regardless of the current key bindings, so they are not
dependent on the user having particular key definitions. This makes them
more robust and portable, and also facilitates defining of macros in
- files used by more than one user (e.g., the system Muttrc).</para>
+ files used by more than one user (e.g., the system neomuttrc).</para>
<para>Optionally you can specify a descriptive text after
<emphasis>sequence</emphasis>, which is shown in the help screens if they
contain a description.</para>
<quote>Organization:</quote>header field to all of your outgoing
messages, you can put the command something like shown in
<xref linkend="ex-my-hdr" />in your
- <literal>.muttrc</literal>.</para>
+ <literal>.neomuttrc</literal>.</para>
<example id="ex-my-hdr">
<title>Defining custom headers</title>
<screen>my_hdr Organization: A Really Big Company, Anytown, USA</screen>
<command>send-hook</command> or
<command>reply-hook</command>, when multiple matches occur, commands are
executed in the order they are specified in the
- <literal>.muttrc</literal>(for that type of hook).</para>
+ <literal>.neomuttrc</literal>(for that type of hook).</para>
<para>Example:
<literal>
<command>send-hook</command> work "
<emphasis>pattern</emphasis> matches the message to be displayed. When
multiple matches occur, commands are executed in the order they are
specified in the
- <literal>.muttrc</literal>.</para>
+ <literal>.neomuttrc</literal>.</para>
<para>See
<xref linkend="pattern-hook" />for information on the exact format of
<emphasis>pattern</emphasis>.</para>
<para>This command allows the inclusion of initialization commands from
other files. For example, I place all of my aliases in
<literal>~/.mail_aliases</literal> so that I can make my
- <literal>~/.muttrc</literal> readable and keep my aliases private.</para>
+ <literal>~/.neomuttrc</literal> readable and keep my aliases private.</para>
<para>If the filename begins with a tilde (
<quote>~</quote>), it will be expanded to the path of your home
directory.</para>
<para>The regular expression can be enclosed/delimited by either " or '
which is useful if the regular expression includes a white-space
character. See
- <xref linkend="muttrc-syntax" />for more information on " and '
+ <xref linkend="neomuttrc-syntax" />for more information on " and '
delimiter processing. To match a literal " or ' you must preface it
with \ (backslash).</para>
</note>
<para>Keep in mind that mailbox shortcut expansion on the regexp
parameter takes place when the hook is initially parsed, not when the
hook is matching against a mailbox. When NeoMutt starts up and is reading
- the .muttrc, some mailbox shortcuts may not be usable. For example, the
+ the .neomuttrc, some mailbox shortcuts may not be usable. For example, the
"current mailbox" shortcut, ^, will expand to an empty string because
no mailbox has been opened yet. NeoMutt will issue an error for this case
or if the mailbox shortcut results in an empty regexp.</para>
<link linkend="lists">
<command>lists</command> and
<command>subscribe</command></link>commands in your
- <literal>.muttrc</literal>.</para>
+ <literal>.neomuttrc</literal>.</para>
<para>Now that NeoMutt knows what your mailing lists are, it can do several
things, the first of which is the ability to show the name of a list
through which you received a message (i.e., of a subscribed list) in the
<para>Entering the command
<quote>
<command>attachments</command>?</quote>as a command will list your
- current settings in Muttrc format, so that it can be pasted
+ current settings in neomuttrc format, so that it can be pasted
elsewhere.</para>
</sect1>
<literal>unmime_lookup</literal> command may be used to disable this
feature for any particular MIME type if it had been set, for example, in
a global
- <literal>.muttrc</literal>.</para>
+ <literal>.neomuttrc</literal>.</para>
</sect1>
</chapter>
<screen>color attach_headers foreground background pattern</screen>
</sect2>
- <sect2 id="attach-headers-color-muttrc">
- <title>Muttrc</title>
+ <sect2 id="attach-headers-color-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the attach-headers-color feature.
color attach_headers brightmagenta default "signature verification suppressed"
color attach_headers brightmagenta default "invalid node with packet of type"
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="compose-to-sender-muttrc">
- <title>Muttrc</title>
+ <sect2 id="compose-to-sender-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the compose-to-sender feature.
# Compose a new email (not a reply) to the sender</emphasis>
bind index,pager @ compose-to-sender
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</sect3>
</sect2>
- <sect2 id="compress-muttrc">
- <title>Muttrc</title>
+ <sect2 id="compress-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the compress feature.
open-hook '\.gpg$' "gpg --decrypt < '%f' > '%t'"
close-hook '\.gpg$' "gpg --encrypt --recipient YourGpgUserIdOrKeyId < '%t' > '%f'"
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
It modifies the behavior of the format strings.</para>
</sect2>
- <sect2 id="cond-date-muttrc">
- <title>Muttrc</title>
+ <sect2 id="cond-date-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the cond-date feature.
# %[m This month %[%a %d] Thu 12
# %[y This year %[%b %d] Dec 10
# - Older %[%m/%y ] 06/15
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="encrypt-to-self-muttrc">
- <title>Muttrc</title>
+ <sect2 id="encrypt-to-self-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the encrypt-to-self feature.
set pgp_self_encrypt = "no"
<emphasis role="comment">set pgp_self_encrypt_as = "PGP-KEY"
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="forgotten-attachment-muttrc">
- <title>Muttrc</title>
+ <sect2 id="forgotten-attachment-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the forgotten-attachment feature.
# set attach_keyword = "\\<(anhängen|angehängt|anhang|anhänge|hängt an)\\>"
# Français:
# set attach_keyword = "\\<(attaché|attachés|attache|attachons|joint|jointe|joints|jointes|joins|joignons)\\>"
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</cmdsynopsis>
</sect2>
- <sect2 id="global-hooks-muttrc">
- <title>Muttrc</title>
+ <sect2 id="global-hooks-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the global hooks feature.
<emphasis role="comment"># When NeoMutt quits, run this NeoMutt command</emphasis>
shutdown-hook 'exec sync-mailbox'
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</cmdsynopsis>
</sect2>
- <sect2 id="ifdef-muttrc">
- <title>Muttrc</title>
+ <sect2 id="ifdef-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the ifdef feature.
# stop reading the current config file.</emphasis>
ifndef sidebar finish
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="index-color-muttrc">
- <title>Muttrc</title>
+ <sect2 id="index-color-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the index-color feature.
<emphasis role="comment"># Message size, %c %l</emphasis>
color index_size cyan default
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
<link linkend="index-format">$index_format</link> variable.</para>
</sect2>
- <sect2 id="initials-muttrc">
- <title>Muttrc</title>
+ <sect2 id="initials-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the initials feature.
# 2 ! Nov 17 SN Rumours ( 555)
# 3 + Nov 16 JH Voodoo Child ( 263)
# 4 + Nov 16 DH Parallel Lines ( 540)
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="keywords-muttrc">
- <title>Muttrc</title>
+ <sect2 id="keywords-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the keywords feature.
# Bind 'y' to edit labels/keywords</emphasis>
bind index,pager y edit-label
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="limit-current-thread-muttrc">
- <title>Muttrc</title>
+ <sect2 id="limit-current-thread-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the limit-current-thread feature.
# Limit view to current thread</emphasis>
bind index <esc>L limit-current-thread
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
<listitem>
<para>Creating a
<literal>fcc-hook</literal> in your
- <literal>.muttrc</literal></para>
+ <literal>.neomuttrc</literal></para>
</listitem>
</itemizedlist>
</sect2>
modifies the behavior of the format strings.</para>
</sect2>
- <sect2 id="nested-if-muttrc">
- <title>Muttrc</title>
+ <sect2 id="nested-if-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the nested-if feature.
# display the size of the message in bytes (%c)</emphasis>
set index_format='%4C %Z %{%b %d} %-25.25n %<M?[%M] %s&%s%* %<l?%l&%c>>'
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="new-mail-muttrc">
- <title>Muttrc</title>
+ <sect2 id="new-mail-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the new-mail feature.
# OS X example:
# set new_mail_command="terminal-notifier -title '%v' -subtitle 'New Mail in %f' -message '%n new messages, %u unread.' -activate 'com.apple.Terminal'"
# --------------------------------------------------------------------------
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="nntp-muttrc">
- <title>Muttrc</title>
+ <sect2 id="nntp-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the nntp feature.
# get message with Message-Id</emphasis>
bind index \CG get-message
<emphasis role="comment"># --------------------------------------------------------------------------
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="notmuch-muttrc">
- <title>Muttrc</title>
+ <sect2 id="notmuch-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the notmuch feature.
# this symbol does not use a pattern</emphasis>
color index_tags green default
<emphasis role="comment"># --------------------------------------------------------------------------
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="progress-muttrc">
- <title>Muttrc</title>
+ <sect2 id="progress-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the progress feature.
# White text on a red background</emphasis>
color progress white red
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="quasi-delete-muttrc">
- <title>Muttrc</title>
+ <sect2 id="quasi-delete-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the quasi-delete feature.
# from the index, but NOT deleted.</emphasis>
bind index,pager Q quasi-delete
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="reply-with-xorig-muttrc">
- <title>Muttrc</title>
+ <sect2 id="reply-with-xorig-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the reply-with-xorig feature.
# is found.</emphasis>
set reply_with_xorig = "yes"
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
simple introduction with examples see the
<link linkend="intro-sidebar">Sidebar Howto</link>. If you just want to
get started, you could use the sample
- <link linkend="sidebar-muttrc">Sidebar muttrc</link>.</para>
+ <link linkend="sidebar-neomuttrc">Sidebar neomuttrc</link>.</para>
</sect2>
<sect2 id="sidebar-variables">
</table>
</sect2>
- <sect2 id="sidebar-muttrc">
- <title>Muttrc</title>
+ <sect2 id="sidebar-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the sidebar feature.
<emphasis role="comment"># Color to give mailboxes containing no new/flagged mail, etc</emphasis>
color sidebar_ordinary color245 default
<emphasis role="comment"># --------------------------------------------------------------------------
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="skip-quoted-muttrc">
- <title>Muttrc</title>
+ <sect2 id="skip-quoted-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the skip-quoted feature.
# Show three quoted lines before the reply</emphasis>
set skip_quoted_offset = 3
- <emphasis role="comment"># vim: syntax=muttrc</emphasis>
+ <emphasis role="comment"># vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="status-color-muttrc">
- <title>Muttrc</title>
+ <sect2 id="status-color-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the status-color feature.
# Highlight the mailbox</emphasis>
color status brightwhite default 'NeoMutt: ([^ ]+)' 1
<emphasis role="comment"># Search for 'NeoMutt: ' but only highlight what comes after it
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</table>
</sect2>
- <sect2 id="trash-folder-muttrc">
- <title>Muttrc</title>
+ <sect2 id="trash-folder-neomuttrc">
+ <title>neomuttrc</title>
<screen>
<emphasis role="comment"># Example NeoMutt config file for the 'trash' feature.
bind index D purge-message
<emphasis role="comment"># Note: Deleting emails from the 'trash' folder will REALLY delete them.
-# vim: syntax=muttrc</emphasis>
+# vim: syntax=neomuttrc</emphasis>
</screen>
</sect2>
</row>
<row>
<entry>-n</entry>
- <entry>do not read the system Muttrc</entry>
+ <entry>do not read the system neomuttrc</entry>
</row>
<row>
<entry>-p</entry>
</arg>
<arg choice="opt">
<option>-F</option>
- <replaceable>muttrc</replaceable>
+ <replaceable>neomuttrc</replaceable>
</arg>
<arg choice="opt">
<option>-m</option>
</arg>
<arg choice="opt">
<option>-F</option>
- <replaceable>muttrc</replaceable>
+ <replaceable>neomuttrc</replaceable>
</arg>
<arg choice="opt">
<option>-c</option>