Re: [Feature request] mailbox aliases and internal filtering

2002-07-02 Thread Vineet Kumar

* Vincent Lefevre ([EMAIL PROTECTED]) [020701 08:47]:
 And using push doesn't work correctly with IMAP folders because
 the corresponding characters are sent as password characters (for
 security reasons, I don't store my password on my account, though
 I could change my mind later).

If you're not using SSH or SSL for your IMAP anyway, it's no less safe
in your go-r .muttrc than it is on the wire each time you connect. You
might as well set it there.

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
Computer Science is no more about computers
than astronomy is about telescopes. -E.W. Dijkstra



msg29341/pgp0.pgp
Description: PGP signature


Re: [Feature request] mailbox aliases and internal filtering

2002-07-02 Thread Vincent Lefevre

On Tue, Jul 02, 2002 at 00:20:17 -0700, Vineet Kumar wrote:
 If you're not using SSH or SSL for your IMAP anyway, it's no less safe
[...]

On the internal network, we have the choice between using SSL or not
(and it's regarded as safe as it's on the internal network, though
I prefer to use SSL even in this case). From external machines, we
have to use SSL.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



[Feature request] mailbox aliases and internal filtering

2002-07-01 Thread Vincent Lefevre

I'd like to have aliases for mailboxes. Well, I suppose I could define
a spurious address with the wanted alias so that I could use the @alias
form. But it would be better if there was a cleaner way. And this alias
should be displayed instead of the full name with %f in $status_format.

Then, how about being able to do internal filtering? For instance,
using

mailboxes the_mailbox#pattern1
mailboxes the_mailbox#pattern2
mailboxes the_mailbox#pattern3
mailboxes the_mailbox#pattern4

When opening the corresponding physical mailbox the_mailbox, Mutt
would automatically do a limit on the pattern. An alias could be used
instead of the full mailbox form the_mailbox#pattern1, and so on.

Mutt should be able to recognize when the same physical mailbox is
used to detect new mail so that change-folder can work as expected.
I don't know what is currently done, but synchronizing/... should
not set non-visible new messages to old (possibly through an option
if some users don't like this behavior).

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Re: [Feature request] mailbox aliases and internal filtering

2002-07-01 Thread Dave Pearson

* Vincent Lefevre [EMAIL PROTECTED] [2002-07-01 08:32:05 +0200]:

 Then, how about being able to do internal filtering? For instance, using
 
 mailboxes the_mailbox#pattern1
 mailboxes the_mailbox#pattern2
 mailboxes the_mailbox#pattern3
 mailboxes the_mailbox#pattern4
 
 When opening the corresponding physical mailbox the_mailbox, Mutt would
 automatically do a limit on the pattern. An alias could be used instead of
 the full mailbox form the_mailbox#pattern1, and so on.

I've been doing this sort of thing for a long time using links in the
filesystem and mutt's `folder-hook'.

See URL:http://www.davep.org/mutt/muttrc/folder-hooks.html and look at the
last set of hooks.

-- 
Dave Pearson:  | mutt.octet.filter - autoview octet-streams
http://www.davep.org/  | mutt.vcard.filter - autoview simple vcards
Mutt:  | muttrc2html   - muttrc - HTML utility
http://www.davep.org/mutt/ | muttrc.sl - Jed muttrc mode



Re: [Feature request] mailbox aliases and internal filtering

2002-07-01 Thread Vincent Lefevre

On Mon, Jul 01, 2002 at 14:58:03 +0100, Dave Pearson wrote:
 I've been doing this sort of thing for a long time using links in
 the filesystem and mutt's `folder-hook'.
 
 See URL:http://www.davep.org/mutt/muttrc/folder-hooks.html and
 look at the last set of hooks.

This is not exactly what I want. The problem is that it doesn't work
with the mailboxes command to cycle through virtual folders with new
mail.

Moreover, is there a way to link to an IMAP folder (we don't have
access to mailboxes via NFS any longer).

And using push doesn't work correctly with IMAP folders because
the corresponding characters are sent as password characters (for
security reasons, I don't store my password on my account, though
I could change my mind later).

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA