From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: compctl whitespace changes
Date: Thu, 9 Aug 2001 09:27:56 +0000 [thread overview]
Message-ID: <1010809092756.ZM899@candle.brasslantern.com> (raw)
In-Reply-To: <20010809081432.A8416@globnix.org>
On Aug 9, 8:14am, Phil Pennock wrote:
}
} Looking into _mutt, I've seen a problem with Maildirs support.
}
} With Maildir, you have your main Maildir, eg ~/Maildir/, and you can
} have folders inside that, each of which has a name starting with a
} period. The normal one is .Trash, but others can be created.
Are you sure about this? There's nothing in the maildir "spec" about
the format of the directory names, only their contents, and nothing in
the mutt documentation either that would indicate why every folder name
would be hidden with a leading dot. I'd expect ".Trash" to be a special
(deliberately invisible) folder where deleted messages are moved before
purging.
} The current stuff doesn't handle this at all -- you might want a
} glob_dots modifier in there.
Completion deliberately (?) doesn't meddle with glob_dots in most cases
(it's neither set nor unset in _comp_options). Any other mutt users out
there care to comment?
} compdef _imutt imutt
} _imutt () { setopt localoptions globdots; local
} maildirectory=~/Maildir; _mutt "$@" }
} then when I do "imutt -f +<TAB>" I get nothing.
D'oh! Of course you don't get anything, because _mailbox_cache assumes
that $maildirectory never changes, and none of the mailboxes already in
the cache it has built will match the ~/Maildir prefix. So I led you
astray with that suggestion.
} Do people feel that a supplied patch to add Maildir support into
} $mailpath would be appropriate? I'm happy to do the work, if it's not
} considered a bad idea.
It's already there. "configure --enable-maildir-support ..."
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
next prev parent reply other threads:[~2001-08-09 9:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-07 23:57 Phil Pennock
2001-08-08 8:22 ` Sven Wischnowsky
2001-08-08 16:03 ` Bart Schaefer
2001-08-09 6:14 ` Phil Pennock
2001-08-09 9:27 ` Bart Schaefer [this message]
2001-08-09 9:43 ` Phil Pennock
2001-08-09 10:07 Will Yardley
2001-08-10 8:59 ` Phil Pennock
2001-08-10 15:56 ` Bart Schaefer
2001-08-10 16:36 ` Phil Pennock
2001-08-10 18:51 ` Bart Schaefer
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=1010809092756.ZM899@candle.brasslantern.com \
--to=schaefer@brasslantern.com \
--cc=zsh-users@sunsite.dk \
/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).