Re: Exporting a message?

2002-01-31 Thread Michael Elkins
Philip Mak wrote: > I don't suppose there's a command like , except that it > filters headers (the header filtering code is already available in the > pager, after all)? Or would I have to write an external header > filtering program and then do something like: > > macro index E " perl filter_hea

Re: Exporting a message?

2002-01-31 Thread Philip Mak
On Thu, Jan 31, 2002 at 11:29:57PM -0800, Michael Elkins wrote: > > How do I save a message to a file (like the [E]xport command in pine) > > such that all text attachments are included, as well as the headers of > > the message? > > If your $mbox_type is set to mbox, then a simple C (copy-message

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then John P Verel blurted > Slrn, as others have said. My model is Mutt/Slrn/Vim. Fabulous all > around. The threading can not be beat, IMHO :) Well, I'm sold. Is slrn as tricky as mutt in the beggining? - -- Nick Wilson Tel:+45

Re: Exporting a message?

2002-01-31 Thread Michael Elkins
Philip Mak wrote: > How do I save a message to a file (like the [E]xport command in pine) > such that all text attachments are included, as well as the headers of > the message? > > The best way I've found is to press [e]dit, then use the :w command in > "vi" to write it out to a file. That takes

Exporting a message?

2002-01-31 Thread Philip Mak
How do I save a message to a file (like the [E]xport command in pine) such that all text attachments are included, as well as the headers of the message? The best way I've found is to press [e]dit, then use the :w command in "vi" to write it out to a file. That takes a few more keystrokes than it

s/mime questions

2002-01-31 Thread Will Yardley
so i am trying to learn a bit about s/mime and i've been playing around with s/mime support in 1.5.0. i used the smime_keys.pl script to import my keys. should this file be setting the default permissions on my private key thus? zugzug% ls -al d4cbff8d.0 -rw-r--r--1 william wil

Re: coloring ~N by way of external file query?

2002-01-31 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Feb 01. 2002 00:33]: > > $ cat dynacolor.sh > > #!/bin/sh > > awk '{printf("color index yellow default \"~f %s ~N\"\n", $1);}'

Re: coloring ~N by way of external file query?

2002-01-31 Thread Brian Clark
* David Champion ([EMAIL PROTECTED]) [Feb 01. 2002 00:20]: [...] > > With one line that gets the list from a file (via grep?). > How about: > $ cat addrs.txt > feefee > geegee > heehee > $ cat dynacolor.sh > #!/bin/sh > awk '{printf("color index yellow default \"~f %s ~N\"\n", $1);}' $ tail

Re: coloring ~N by way of external file query?

2002-01-31 Thread David Champion
On 2002.01.31, in <20020201045411.GB18136@ganymede>, "Brian Clark" <[EMAIL PROTECTED]> wrote: > > IOW, I'm trying to replace these (a lot more than 3): > > color index yellow default "~f feefee ~N" > color index yellow default "~f geegee ~N" > color index yellow default "~f heehee ~N" >

Re: fetchmail to MTA to procmail (WAS Re: folders ?)

2002-01-31 Thread Jeremy Blosser
On Feb 01, Prahlad Vaidyanathan [[EMAIL PROTECTED]] wrote: > On Wed, 30 Jan 2002 Knute spewed into the ether: > [-- snip --] > > > fetchmail -> MTA -> procmail -> folder(s) > > > > > or am I missing something ? > > > > What I meant was that when you hit G for the default getmail function

Re: coloring ~N by way of external file query?

2002-01-31 Thread Brian Clark
* Cameron Simpson ([EMAIL PROTECTED]) [Feb 01. 2002 00:04]: > On 23:54 31 Jan 2002, Brian Clark <[EMAIL PROTECTED]> wrote: > | IOW, I'm trying to replace these (a lot more than 3): > | > | color index yellow default "~f feefee ~N" > | color index yellow default "~f geegee ~N" > | color index ye

Re: coloring ~N by way of external file query?

2002-01-31 Thread Cameron Simpson
On 23:54 31 Jan 2002, Brian Clark <[EMAIL PROTECTED]> wrote: | What I'm asking is, is there a way to query an external file full of | addresses in order to determine if the message should be a certain color | in the index? | | IOW, I'm trying to replace these (a lot more than 3): | | color index

coloring ~N by way of external file query?

2002-01-31 Thread Brian Clark
Hi Gang, What I'm asking is, is there a way to query an external file full of addresses in order to determine if the message should be a certain color in the index? IOW, I'm trying to replace these (a lot more than 3): color index yellow default "~f feefee ~N" color index yellow default "~f gee

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Prahlad Vaidyanathan
Hi, On Thu, 31 Jan 2002 Philip Mak spewed into the ether: > On Thu, Jan 31, 2002 at 07:25:41PM +0100, Adam Byrtek wrote: > > On Thu, Jan 31, 2002 at 01:03:32PM -0500, Philip Mak wrote: > > > So, it makes sense for me to keep my inbox clean so that it only > > > contains messages that I still have

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Prahlad Vaidyanathan
Hi, On Fri, 01 Feb 2002 Charles Jie spewed into the ether: > I have been a netscape user. Now I'm satisfied with mutt and will not go > back to netscape except one thing - reading news groups. > > Could any Mutter suggest a good news reader of mutt style? (Highly > customizable) Well, if all yo

fetchmail to MTA to procmail (WAS Re: folders ?)

2002-01-31 Thread Prahlad Vaidyanathan
Hi, On Wed, 30 Jan 2002 Knute spewed into the ether: [-- snip --] > > fetchmail -> MTA -> procmail -> folder(s) > > > or am I missing something ? > > What I meant was that when you hit G for the default getmail function > that mutt has, it doesn't run it thru procmail, it just gets it.

Re: #/messages in imap folder

2002-01-31 Thread David T-G
Lance -- ...and then Lance Hoffmeyer said... % % Is there a way to set folder format so I can count the number of old or new+old messages in an imap folder? Nope. % % right now I have: % % set folder_format="%4C %4N %8s %d %f " % % but this does not display the total number of messages i

Re: Move deleted messages to trash

2002-01-31 Thread David T-G
Phil -- ...and then Phil Gregory said... % % * Rob 'Feztaa' Park <[EMAIL PROTECTED]> [2002-10-01 20:15 -0700]: % > Alas! Andreas Reinhold spake thus: % > > On Thu, Jan 10, 2002 at 07:59:59PM -0500, Justin R. Miller wrote: % > > > macro pager d "=trash" "move message to trash folder" ...

#/messages in imap folder

2002-01-31 Thread Lance Hoffmeyer
Is there a way to set folder format so I can count the number of old or new+old messages in an imap folder? right now I have: set folder_format="%4C %4N %8s %d %f " but this does not display the total number of messages in a folder. -- Lance Hoffmeyer

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread John P Verel
On 02/01/02, 01:30:33AM +0800, Charles Jie wrote: > I have been a netscape user. Now I'm satisfied with mutt and will not go > back to netscape except one thing - reading news groups. > > Could any Mutter suggest a good news reader of mutt style? (Highly > customizable) Slrn, as others have said.

Re: Remove lbdb entries

2002-01-31 Thread Frank Hahn
On Thu, Jan 31, 2002 at 10:40:06AM -0800, Gary Johnson wrote: > On Thu, Jan 31, 2002 at 09:50:16AM -0800, Michael Montagne wrote: >> I just started using lbdb and it is cool the way it collects >> addresses from everyone sending me mail. But I'd like a way to prune >> the list cause I am a member

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Viktor Rosenfeld
Hi Philip, Philip Mak wrote: > > Have you tried to simply set the color for deleted messages to black on > > black (or whatever bg color you are using)? > > > > Here's what I have in mine: > > color index black black "~D" # Deleted > > > > It's quick, easy to set up,

imap folders not listing

2002-01-31 Thread Lance Hoffmeyer
When I hit the 'c' key from the index and then 'Shift-?' I see 1 INBOX. 2 INBOX. I also have a set of folders called LISTSERV. How can I also have this appear so that when I click on it I see a list of my listservs as well? 1 INBOX 2 LISTSERV Lance -- Lance

Re: how best to forward attachments

2002-01-31 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thus spake Jeremy Blosser ([EMAIL PROTECTED]): > > Generally, I want to forward all attachments along with any message > > I am forwarding. What's the best way to configure mutt to achieve > > this? > > see the manual entry for mime_forward. Also,

Re: Move deleted messages to trash

2002-01-31 Thread Phil Gregory
* Rob 'Feztaa' Park <[EMAIL PROTECTED]> [2002-10-01 20:15 -0700]: > Alas! Andreas Reinhold spake thus: > > On Thu, Jan 10, 2002 at 07:59:59PM -0500, Justin R. Miller wrote: > > > macro pager d "=trash" "move message to trash folder" > > > > Thanks, this really works fine! > > Unless you happen

Re: how best to forward attachments

2002-01-31 Thread Jeremy Blosser
On Jan 31, Mark Johnson [[EMAIL PROTECTED]] wrote: > Generally, I want to forward all attachments along with any message I am > forwarding. What's the best way to configure mutt to achieve this? see the manual entry for mime_forward. msg24044/pgp0.pgp Description: PGP signature

Re: Remove lbdb entries

2002-01-31 Thread Michael Montagne
>On 31/01/02, from the brain of Dave Pearson tumbled: > On Thu, Jan 31, 2002 at 09:50:16AM -0800, Michael Montagne wrote: > > > I just started using lbdb and it is cool the way it collects addresses > > from everyone sending me mail. But I'd like a way to prune the list cause > > I am a member o

[PATCH] Re: Moving (not saving) a message to another folder

2002-01-31 Thread Philip Mak
I made a patch to command.c which changes the operation of the "Save" command if the current mailbox is a Maildir and maildir_trash is set to "no". It will cause the saved message to be immediately unlink()ed and removed from the screen. The rationale for doing this is that since the message was

Re: Remove lbdb entries

2002-01-31 Thread Dave Pearson
On Thu, Jan 31, 2002 at 09:50:16AM -0800, Michael Montagne wrote: > I just started using lbdb and it is cool the way it collects addresses > from everyone sending me mail. But I'd like a way to prune the list cause > I am a member of several mailing lists and I don't think that all those > addres

how best to forward attachments

2002-01-31 Thread Mark Johnson
Generally, I want to forward all attachments along with any message I am forwarding. What's the best way to configure mutt to achieve this? -- Mark Johnson [EMAIL PROTECTED]

Re: Character display problems

2002-01-31 Thread Nicolas Rachinsky
* On Thu, Jan 31, 2002 at 09:40:58PM +0100, * Balazs Javor <[EMAIL PROTECTED]> wrote: > I have the following problem: > I have my locale settings set to the standard > LANG=C and LC_ALL=C as on the computer I ususally > prefer to have everything in English. ... > If I set my locale to Hungarian (h

Character display problems

2002-01-31 Thread Balazs Javor
Hi! I have the following problem: I have my locale settings set to the standard LANG=C and LC_ALL=C as on the computer I ususally prefer to have everything in English. Sometimes I receive mail from friends and family from Hungary, with the character set of iso-8859-2. Now int the index display ?

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Gary Johnson
On Thu, Jan 31, 2002 at 01:38:53PM -0500, Philip Mak wrote: > Making a hook macro to save the message to the archive mailbox would > make it slightly faster, but the synchronize part is also a problem. > Right now, in order to make the moved message disappear immediately > from the message listin

Re: is it possible to have color reversed indicator?

2002-01-31 Thread Mike Schiraldi
> as far as building from cvs goes, i will wait until that version is > released to the masses. it's a gushy & gooey feeling that above > behaviour will be available from the mutt itself. Well, you can always apply the attached patch to any recent version of mutt. I'd post a URL, but it'd probab

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Lorin Winchester
On Fri, Feb 01, 2002 at 02:34:38AM +0800, Charles Jie wrote: > * Which is better for me to start? Using slrn or using the patch for mutt? > > * After a long time, which would be more probable for my working mode? > mutt + slrn, or mutt + patches? (ie ultimate mode of using mail/news) To both

Re: is it possible to have color reversed indicator?

2002-01-31 Thread parv
in message <[EMAIL PROTECTED]>, wrote Mike Schiraldi thusly... > > > ...which, of course, doesn't work as desired. what i want/wish is > > to have indicator in reverse colors in the index. mono reverse is, > > well, not colored. > > I'm not 100% sure what you want, but if it's the following, t

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Jeremy Blosser
On Jan 31, Michael Elkins [[EMAIL PROTECTED]] wrote: > Jeremy Blosser wrote: > > SLRN. Much of Mutt's user interface was based on SLRN originally. > > > > This is not exactly true. The interface for Mutt was most influenced by > MUSH (Mail User's SHell) and ELM.

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Philip Mak
On Thu, Jan 31, 2002 at 12:46:03PM -0600, Knute wrote: > > Right now, in order to make the moved message disappear immediately > > from the message listing, I would have to synchronize, which would > > also delete any messages (and also takes a second or two; synchronize > > is not instantaneous).

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Knute
On Thu, 31 Jan 2002, Philip Mak wrote: > On Thu, Jan 31, 2002 at 07:25:41PM +0100, Adam Byrtek wrote: > > On Thu, Jan 31, 2002 at 01:03:32PM -0500, Philip Mak wrote: > > > So, it makes sense for me to keep my inbox clean so that it only > > > contains messages that I still have to "do something"

Re: Remove lbdb entries

2002-01-31 Thread Gary Johnson
On Thu, Jan 31, 2002 at 09:50:16AM -0800, Michael Montagne wrote: > I just started using lbdb and it is cool the way it collects addresses > from everyone sending me mail. But I'd like a way to prune the list > cause I am a member of several mailing lists and I don't think that all > those addres

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Philip Mak
On Thu, Jan 31, 2002 at 07:25:41PM +0100, Adam Byrtek wrote: > On Thu, Jan 31, 2002 at 01:03:32PM -0500, Philip Mak wrote: > > So, it makes sense for me to keep my inbox clean so that it only > > contains messages that I still have to "do something" about. Any > > messages that I have finished, I

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Charles Jie
Great! Thank you all. And I need some further suggestions: * Which is better for me to start? Using slrn or using the patch for mutt? * After a long time, which would be more probable for my working mode? mutt + slrn, or mutt + patches? (ie ultimate mode of using mail/news) best regards, cha

Re: Moving (not saving) a message to another folder

2002-01-31 Thread Adam Byrtek
On Thu, Jan 31, 2002 at 01:03:32PM -0500, Philip Mak wrote: > So, it makes sense for me to keep my inbox clean so that it only > contains messages that I still have to "do something" about. Any > messages that I have finished, I move them into my "done" folder. I also deal with my mail this way -

Iconv question

2002-01-31 Thread Mark J. Reed
I just built and installed Mutt 1.3.27i. I have iconv in my C library with all MIME character set names supported. I'm running mutt in a UTF-8 xterm with my LC_* variables all set to "en_US.utf8." Given this setup and the new iconv support, my expectation was that when I displayed a Latin-1 mes

Moving (not saving) a message to another folder

2002-01-31 Thread Philip Mak
I think that it would be nice to have the ability to move (not [S]ave) a message to another folder in a single atomic operation, without having to [$]Synchronize. (Assuming that the current folder is a Maildir, where moving a message is just moving a file.) In my conceptual model of e-mail, I vie

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Michael Elkins
Jeremy Blosser wrote: > SLRN. Much of Mutt's user interface was based on SLRN originally. > This is not exactly true. The interface for Mutt was most influenced by MUSH (Mail User's SHell) and ELM. I didn't start using SLRN until quite some time after I started M

Remove lbdb entries

2002-01-31 Thread Michael Montagne
I just started using lbdb and it is cool the way it collects addresses from everyone sending me mail. But I'd like a way to prune the list cause I am a member of several mailing lists and I don't think that all those addresses need to be in my database. I can't seem to delete an entry tho. How w

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Jeremy Blosser
On Feb 01, Charles Jie [[EMAIL PROTECTED]] wrote: > I have been a netscape user. Now I'm satisfied with mutt and will not go > back to netscape except one thing - reading news groups. > > Could any Mutter suggest a good news reader of mutt style? (Highly > customizable) SLRN. Much of Mutt's use

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Charles Jie blurted > I have been a netscape user. Now I'm satisfied with mutt and will not go > back to netscape except one thing - reading news groups. Apparently it does. I believe their is a patch for it, probably on the links sec

Re: Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Ralf Hildebrandt
On Fri, Feb 01, 2002 at 01:30:33AM +0800, Charles Jie wrote: > I have been a netscape user. Now I'm satisfied with mutt and will not go > back to netscape except one thing - reading news groups. > > Could any Mutter suggest a good news reader of mutt style? (Highly > customizable) slrn -- Ralf

Pity that mutt doesn't read news - what's the best match?

2002-01-31 Thread Charles Jie
I have been a netscape user. Now I'm satisfied with mutt and will not go back to netscape except one thing - reading news groups. Could any Mutter suggest a good news reader of mutt style? (Highly customizable) thanks, charlie

Re: is it possible to have color reversed indicator?

2002-01-31 Thread Mike Schiraldi
> ...which, of course, doesn't work as desired. what i want/wish is > to have indicator in reverse colors in the index. mono reverse is, > well, not colored. I'm not 100% sure what you want, but if it's the following, try the latest mutt out of CVS. If the indicator bar is defined as "mono ind

Re: is it possible to have color reversed indicator?

2002-01-31 Thread Jeremy Blosser
On Jan 31, parv [[EMAIL PROTECTED]] wrote: > i am using mutt 1.3.27i, and i tried... > > color indicator reverse > > ...which, of course, doesn't work as desired. what i want/wish is > to have indicator in reverse colors in the index. mono reverse is, > well, not colored. > > possible? Not c

Why is this an attachment?

2002-01-31 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Can anyone tell me why this was received as an attachment? **Headers** - From [EMAIL PROTECTED] Thu Jan 31 14:54:42 2002 Date: Thu, 31 Jan 2002 14:54:42 +0100 From: 'Nick Wilson' <[EMAIL PROTECTED]> To: Studenterne <[EMAIL PROTECTED]> Subject: Re

Re: folders ?

2002-01-31 Thread Ken Wahl
Prahlad Vaidyanathan on 31/01/2002 at 04:08 opined thusly: > Hmm .. I thought fetchmail injected things into your MTA. So, it should > have the same route as if you called it from the command-line. ie : > > fetchmail -> MTA -> procmail -> folder(s) > You are correct. That is the default b

Re: Organization revisited...

2002-01-31 Thread Cedric Duval
> > With > > set query_command="lbdbq %s"# calling lbdbq > > macro alias Q "!lbdbq .""lbdb query" > How do you use your "Q" macro? I tried "!lbdb ." from the alias menu > and couldn't figure out what to do with the result, short of copying and > pasting a line. It would seem mor