zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: Bart Schaefer <schaefer@candle.brasslantern.com>
Cc: Andy Spiegl <zsh.Andy@spiegl.de>, zsh-workers@sunsite.auc.dk
Subject: Re: bug in _mutt ?
Date: Wed, 21 Jun 2000 21:50:09 -0400	[thread overview]
Message-ID: <20000621215009.A13893@scowler.net> (raw)
In-Reply-To: <1000621152106.ZM31139@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Wed, Jun 21, 2000 at 03:21:06PM +0000

> The _mutt_cache is initialized by grepping your .muttrc (or the file that
> you name in the $muttrc variable, which you should set somewhere in your
> .zshrc file if it's not ~/.muttrc) for the string "mailboxes" and then
> throwing away the first word of the result.  So it could be coming from
> there, if the grep is finding more words in .muttrc than Clint expected
> (he wrote the original _mailboxes, I don't use mutt and have no idea
> what a .muttrc file looks like).

[Disclaimer: this is off the top of my head and may be grossly incorrect.]

A .muttrc is a just series of predicates separated by line breaks.
The mailboxes "command" is optional, and mutt is perfectly usable without it.

mailboxes =zsh-workers +zsh-users

is equivalent to

mailboxes =zsh-workers
mailboxes +zsh-users


The arguments to 'mailboxes' are a space-delimited list of, well, mailboxes.
These are parsed in precisely the same manner as the argument to mutt -f,
which is to say that a listed mailbox can be a file/directory name or shortcut.
Thus the mailboxes config lines, if they exist, can be used as potential
completions for -f.


More about arguments to -f:

It can be the full pathname to an mbox or MMDF file or the full
directory name of an MH or Maildir folder.

Arguments beginning with a = are exactly like arguments beginning
with +, which is about the same as + for elm -f.

More precisely, +abc or =abc expands to $folder/abc,
folder defaults to ~/Mail, but can be set in the global
or local muttrc thusly:

set folder="~/nonconformistmail"

Finally (I hope), there are the short shortcuts !, <, and >.


  parent reply	other threads:[~2000-06-22  1:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20000619211650.A5701@br-online.de>
2000-06-19 20:18 ` Bart Schaefer
2000-06-20 11:28   ` Andy Spiegl
2000-06-20 11:53     ` Peter Stephenson
2000-06-20 13:33       ` Bart Schaefer
2000-06-21 15:24       ` Bart Schaefer
2000-06-22  1:56         ` Clint Adams
2000-06-22  3:55         ` Geoff Wing
2000-06-22  3:59           ` Clint Adams
2000-06-20 14:02     ` Clint Adams
2000-06-20 15:18       ` Andy Spiegl
2000-06-21  7:55         ` Andy Spiegl
2000-06-21 15:21           ` Bart Schaefer
2000-06-21 15:30             ` Bart Schaefer
2000-06-22  1:50             ` Clint Adams [this message]
2000-06-22  2:27             ` PATCH: multiple mailbox lines in muttrc Clint Adams
2000-06-22  4:07               ` PATCH: multiple mailbox lines in muttrc and more Clint Adams
2000-06-26 19:43             ` bug in _mutt ? Andy Spiegl
2000-06-27  0:51               ` Bart Schaefer
2000-06-20  8:01 Sven Wischnowsky
2000-06-20 12:21 Sven Wischnowsky
2000-06-20 12:28 Sven Wischnowsky
2000-06-22  8:36 Sven Wischnowsky
2000-06-22  9:48 ` Bart Schaefer
2000-06-22 13:43   ` Clint Adams

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

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

  git send-email \
    --in-reply-to=20000621215009.A13893@scowler.net \
    --to=schizo@debian.org \
    --cc=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    --cc=zsh.Andy@spiegl.de \
    /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://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).