Re: [OT] handling outlook cal stuff

2002-02-04 Thread David Rock
On Mon, Feb 04, 2002 at 10:54:56PM -0600, Jeremy Blosser wrote: > On Feb 04, David Rock [[EMAIL PROTECTED]] wrote: > > Well, that's not the number one problem from me. I can use webmail to > respond to and send appointments well enough, but I'd rather not have to > monitor that web page for inco

Re: [OT] handling outlook cal stuff

2002-02-04 Thread Jeremy Blosser
On Feb 04, David Rock [[EMAIL PROTECTED]] wrote: > On Mon, Feb 04, 2002 at 02:31:45PM -0600, Jeremy Blosser wrote: > > Looking for recommendations on a way to get outlook appts and other > > calendar stuff into something more open, such as ical. Found outlook2ical > > on freshmeat, just wondering

Re: [OT] handling outlook cal stuff

2002-02-04 Thread David Rock
On Mon, Feb 04, 2002 at 02:31:45PM -0600, Jeremy Blosser wrote: > Looking for recommendations on a way to get outlook appts and other > calendar stuff into something more open, such as ical. Found outlook2ical > on freshmeat, just wondering what other options are recommended, if any. This sounds

Re: 'N' indicator in folder list

2002-02-04 Thread David T-G
Jeremy, et al -- ...and then Jeremy Blosser said... % % On Feb 04, David T-G [[EMAIL PROTECTED]] wrote: % > So tell me a bit about Maildir... When new mail arrives, it is written % > to tmp/ and then atomically moved to new/, right? Does it stay in new/ % > until you read it and it moves to cu

Re: Wish about mutt's file browser

2002-02-04 Thread David T-G
Rob -- ...and then Feztaa said... % % Alas! David T-G spake thus: % > % Why not just do 'ls -AlF|sort'? That way all lines showing a % > % directory will start with 'd', and all lines that are files will % > % start with '-' % > % > That's true. Of course, you throw away the colors when you pip

Re: ~b pattern and encrypted messages

2002-02-04 Thread Brian Clark
* Jeremy Blosser ([EMAIL PROTECTED]) [Feb 04. 2002 22:39]: [...] > > It seems like it's trying to descrypt the messages to check the > > body. After I enter my passphrase, each move up or down in the list > > is _really_ slow -- which is another hint that it may be trying to > > descrypt each me

Re: 'N' indicator in folder list

2002-02-04 Thread Jeremy Blosser
On Feb 04, David T-G [[EMAIL PROTECTED]] wrote: > So tell me a bit about Maildir... When new mail arrives, it is written > to tmp/ and then atomically moved to new/, right? Does it stay in new/ > until you read it and it moves to cur/? If that's the usual behavior, Yes. > when you e'x'it or o

Re: ~b pattern and encrypted messages

2002-02-04 Thread Jeremy Blosser
On Feb 04, Brian Clark [[EMAIL PROTECTED]] wrote: > If I set this up in my .muttrc: > > color index brightblue white "~b foobar" > > Or this: > > color index brightblue white "~b \"foobar\"" > > And I open a mbox where every single message is encrypted, as soon as I > enter that mbox I get the

Re: Wish about mutt's file browser

2002-02-04 Thread Charles Jie
Hi, Philip, Thank you for your idea. This does keep the colors. I rewrite it as: function d() { x=`find * -type d -maxdepth 0` [[ -n $x ]] && l -d $x x=`find * -type l -maxdepth 0` [[ -n $x ]] && l $x x=`find * -type f -maxdepth 0` [[ -n $

Re: Wish about mutt's file browser

2002-02-04 Thread Rob 'Feztaa' Park
Alas! David T-G spake thus: > % Why not just do 'ls -AlF|sort'? That way all lines showing a > % directory will start with 'd', and all lines that are files will > % start with '-' > > That's true. Of course, you throw away the colors when you pipe the > output, IIRC... That's true, I suppose.

Re: 'N' indicator in folder list

2002-02-04 Thread David T-G
Mike, et al -- ...and then Mike Schiraldi said... % % > % it, but i'd imagine it would be really easy to use this preexisting % > % functionality to look at all mailboxes. % > % > It already does :-) % % I guess we're talking about different things here. I'll try to be more % specific: --8<--

Re: Wish about mutt's file browser

2002-02-04 Thread David T-G
Rob, et al -- ...and then Feztaa said... % % Alas! Philip Mak spake thus: % > On Tue, Feb 05, 2002 at 12:46:17AM +0800, Charles Jie wrote: % > > 2. The 'ls' don't group directories/files into two part. % > >- If you code something to achieve it, you lose the COLORs. ... % > ls -d `find * -ty

~b pattern and encrypted messages

2002-02-04 Thread Brian Clark
If I set this up in my .muttrc: color index brightblue white "~b foobar" Or this: color index brightblue white "~b \"foobar\"" And I open a mbox where every single message is encrypted, as soon as I enter that mbox I get the prompt for my GPG passphrase. It seems like it's trying to descrypt

Re: [e]dit command causes new mail?

2002-02-04 Thread Thomas Roessler
On 2002-02-04 08:51:17 -0800, Michael Elkins wrote: >You have to remember that Mutt supports more than just the Maildir >format. Most of the higher level functions are completely unaware >of what type of mailbox they are operating on because of the >mailbox abstraction layer. Adding special

Re: 'N' indicator in folder list

2002-02-04 Thread Mike Schiraldi
> however in the file browser, mailboxes with new mail in them don't have > an "N" next to them. Okay, it looks like the problem is as follows: Using maildir (i have no experience with other folder types), when the folder_format string contains %N, every folder that contains unread mail will be

Re: 'N' indicator in folder list

2002-02-04 Thread Mike Schiraldi
> Look for mark_old in the manual. I already "unset mark_old" .. so none of my messages are ever marked O. They're marked N until i read them. I should probably wade into the buffy code before this thread gets any longer. msg24196/pgp0.pgp Description: PGP signature

Re: 'N' indicator in folder list

2002-02-04 Thread Will Yardley
Nicolas Rachinsky wrote: > * Mike Schiraldi <[EMAIL PROTECTED]> wrote: > > However, sometimes i want to see a list of all mailboxes containing > > unread messages. But the folder list's %N escape does not show this. > > It shows which folders have had new mail placed in them since the > > last ti

Re: 'N' indicator in folder list

2002-02-04 Thread Nicolas Rachinsky
* On Mon, Feb 04, 2002 at 04:18:05PM -0500, * Mike Schiraldi <[EMAIL PROTECTED]> wrote: > I guess we're talking about different things here. I'll try to be more > specific: > > I come into work in the morning and go into my =mutt folder. There are, say, > 50 unread messages that have arrived sinc

Re: 'N' indicator in folder list

2002-02-04 Thread Mike Schiraldi
> % it, but i'd imagine it would be really easy to use this preexisting > % functionality to look at all mailboxes. > > It already does :-) I guess we're talking about different things here. I'll try to be more specific: I come into work in the morning and go into my =mutt folder. There are, sa

Re: Sorting in mailbox question

2002-02-04 Thread Benjamin Smith
On Mon, Feb 04, 2002 at 02:40:48PM -0600, Kenneth Pronovici wrote: > I guess what I'm looking for is a way to sort by thread/subject/date > rather than just thread/subject. It doesn't look like I can use sort > and sort_aux to do this. Anyone have a suggestion for some other way to > accomplish

Re: Index colors

2002-02-04 Thread William Guynes
On Mon, Feb 04, 2002 at 03:34:39PM -0500, Mike Schiraldi wrote: [snip!] > I presume you've already read through > http://mutt.org/doc/manual/manual-4.html#patterns Ack! The definition of "patterns" has just taken on a whole new meaning. Yeah, this is what I meant. -- William Guynes

Re: 'N' indicator in folder list

2002-02-04 Thread David T-G
Mike -- ...and then Mike Schiraldi said... % % > How could you tell that, though? ["that" being whether or not there are actually 'N'-flagged messages in a folder...] % % When i call change-folder, the default is always the next folder which % contains unread messages. I haven't had a chance

Sorting in mailbox question

2002-02-04 Thread Kenneth Pronovici
I generally want to sort my folders by thread/date, so I use this: folder-hook "." set sort=threads folder-hook "." set sort_aux=date-received However, I have a folder called "debian-general", into which I have procmail place everything from a few different Debian mailing lists. In this fold

Re: Index colors

2002-02-04 Thread Mike Schiraldi
Sorry, i just realized i misinterpreted your meaning of "status" .. what specific attributes are you looking for? I presume you've already read through http://mutt.org/doc/manual/manual-4.html#patterns msg24188/pgp0.pgp Description: PGP signature

Re: Index colors

2002-02-04 Thread Mike Schiraldi
> Is it possible to color the message index lines according to message > status? Do you know about settings like: color index brightcyan default ~P ...or are you talking about something else? msg24187/pgp0.pgp Description: PGP signature

[OT] handling outlook cal stuff

2002-02-04 Thread Jeremy Blosser
Looking for recommendations on a way to get outlook appts and other calendar stuff into something more open, such as ical. Found outlook2ical on freshmeat, just wondering what other options are recommended, if any. TIA. msg24186/pgp0.pgp Description: PGP signature

Index colors

2002-02-04 Thread William Guynes
Is it possible to color the message index lines according to message status? I see where a pattern can be used, and some testing show the author or subject as valid pattern matches, maybe a way to adjust the pattern to read the status tag? -- William Guynes

format=flowed

2002-02-04 Thread Will Yardley
just a question... with format=flowed messages, messages appear quoted like this in the internal pager: >it would be good if there was a way, but i don't think this is going to >happen, at least now however if i select 'edit-message', the message shows up like this: > it would be good if there

Re: Wish about mutt's file browser

2002-02-04 Thread David Champion
On 2002.02.04, in <[EMAIL PROTECTED]>, "Charles Jie" <[EMAIL PROTECTED]> wrote: >- If you code something to achieve it, you lose the COLORs. But losing the colors is a *good thing*. :) color_ls hurts my eyes. Ouch. > *3. Mutt's file browser - also mix up directories and files, which

Re: Wish about mutt's file browser

2002-02-04 Thread Rob 'Feztaa' Park
--jKBxcB1XkHIR0Eqt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alas! Philip Mak spake thus: > On Tue, Feb 05, 2002 at 12:46:17AM +0800, Charles Jie wrote: > > 2. The 'ls' don't group directories/files into two part. > >-

Re: 'N' indicator in folder list

2002-02-04 Thread Rob 'Feztaa' Park
--UfEAyuTBtIjiZzX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alas! Mike Schiraldi spake thus: > Is there a solution for those of us who -do- want to define "new" as > "contains unread mail"? I generally do not care whether

Re: 'N' indicator in folder list

2002-02-04 Thread Mike Schiraldi
> How could you tell that, though? When i call change-folder, the default is always the next folder which contains unread messages. I haven't had a chance to look into how it does it, but i'd imagine it would be really easy to use this preexisting functionality to look at all mailboxes. msg24

Re: [OT] Re: Wish about mutt's file browser

2002-02-04 Thread Thomas E. Dickey
On Mon, 4 Feb 2002, Justin R. Miller wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Said Charles Jie on Tue, Feb 05, 2002 at 12:46:17AM +0800: > > > 1. The file manager Konqueror is not mature (crash so oftern) > > If it crashes, then your setup has issues. It has been stable for >

[OT] Re: Wish about mutt's file browser

2002-02-04 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Charles Jie on Tue, Feb 05, 2002 at 12:46:17AM +0800: > 1. The file manager Konqueror is not mature (crash so oftern) If it crashes, then your setup has issues. It has been stable for years... even for opening big directories like /dev. - --

Re: Wish about mutt's file browser

2002-02-04 Thread Dave Smith
On Tue, Feb 05, 2002 at 12:46:17AM +0800, [EMAIL PROTECTED] wrote: > There do be something I miss since I moved from MS-windows to linux - > the file manager. (But I mean the old style one instead of the web-style.) [snip] There are loads of X and text-based file managers around. I'm an xterm ju

Re: Wish about mutt's file browser

2002-02-04 Thread Philip Mak
On Tue, Feb 05, 2002 at 12:46:17AM +0800, Charles Jie wrote: > 2. The 'ls' don't group directories/files into two part. >- If you code something to achieve it, you lose the COLORs. Try typing this and see if it does what you want: ls -d `find * -type d -maxdepth 0`; ls `find * -type f -maxde

Re: [e]dit command causes new mail?

2002-02-04 Thread Michael Elkins
Philip Mak wrote: > Wouldn't it make more sense for mutt to just apply the edit to the > message without having to re-create it, at least when the folder in > question is a Maildir? I think that for running the [e]dit command on > a message in a Maildir, mutt should just start vi with the message

Re: 'N' indicator in folder list

2002-02-04 Thread David T-G
Mike, et al -- ...and then Mike Schiraldi said... % % > Don't define "new" as 'contains unread mail', but instead as 'has been % > read from since it was last written to' and see if your display makes % > sense. % % Is there a solution for those of us who -do- want to define "new" as % "contain

Re: rxvt-2.6.4, mutt-1.3.26i, ncurses-5.1, and ascii_chars

2002-02-04 Thread Thomas E. Dickey
On Mon, 4 Feb 2002, Roman Neuhauser wrote: > Hi there, > > yesterday I switched back from aterm (TERM=xterm-color) to rxvt > (TERM=rxvt). I had some problems with display in mutt, and during the > attempts to solve it I upgraded to 1.3.26i (don't use SSL, so I don't > care about the bug). > > It

Wish about mutt's file browser

2002-02-04 Thread Charles Jie
There do be something I miss since I moved from MS-windows to linux - the file manager. (But I mean the old style one instead of the web-style.) Its features: . A directory tree at left side - very easy to trace down a branch . A listing of directory content at right side, while - A list

[e]dit command causes new mail?

2002-02-04 Thread Philip Mak
When I use the [e]dit command in mutt to edit a message in my folder (e.g. to add my own annotations to it), it deletes the old message and delivers the message I just edited as a new message into my mailbox. Wouldn't it make more sense for mutt to just apply the edit to the message without havin

Re: 'N' indicator in folder list

2002-02-04 Thread Mike Schiraldi
> % However, one thing I have noticed is that when I am viewing my list of > % mailboxes ('c' then 'tab'), there are no 'N' indicators next to mailboxes > % which contain unread mail. > > Don't define "new" as 'contains unread mail', but instead as 'has been > read from since it was last written

rxvt-2.6.4, mutt-1.3.26i, ncurses-5.1, and ascii_chars

2002-02-04 Thread Roman Neuhauser
Hi there, yesterday I switched back from aterm (TERM=xterm-color) to rxvt (TERM=rxvt). I had some problems with display in mutt, and during the attempts to solve it I upgraded to 1.3.26i (don't use SSL, so I don't care about the bug). It works quite well, except for one thing: ascii_chars (w3m-0

Re: how do i migrate from Kmail to mutt

2002-02-04 Thread RikScarborough
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [020204 08:45]: > On Mon, Feb 04, 2002 at 01:55:22PM +0530, Vinay Pabba wrote: > > hi, > > I intend migrating from kmail to mutt. how do i take the kmail folder to > > mutt? > > > > vinay pabba > > > > I haven't used kmail in years but from memory it uses

how do i migrate from Kmail to mutt

2002-02-04 Thread Vinay Pabba
hi, I intend migrating from kmail to mutt. how do i take the kmail folder to mutt? vinay pabba