Re: Any way to add a header with send-hook?

2002-10-10 Thread darren chamberlain
* Chris Green <[EMAIL PROTECTED]> [2002-10-10 09:27]: > I'd like to add an extra (custom, for my use) message header to > messages sent to a specific address. Send-hook explicitly doesn't do > this so is there any easy way of doing this or will I have to write a > little script to actually edit t

Re: short time in index view?

2002-10-09 Thread darren chamberlain
* Eric <[EMAIL PROTECTED]> [2002-10-09 14:35]: > How can I get: > > 118 Oct 09 11:35 To mutt-users, etc, etc, >^ > In the above example? > > (Or even 118 10/09 11:35 To mutt-users, etc, etc) Change the part in %[ ] to be something like %[%b %d %H:%M] or %[%m/%d %H:%M]. (darren

Re: short time in index view?

2002-10-09 Thread darren chamberlain
* Eric <[EMAIL PROTECTED]> [2002-10-09 13:19]: > However, it's giving me very long date and time fields. How can I > just get something like: > > 10/09/02 10:15 > > or 10/09 1:15. Something short and concise. From the manual, section 6.3.84: %d date and time of the message in the fo

Re: Creating Aliases from sent messages?

2002-10-07 Thread darren chamberlain
* John P Verel <[EMAIL PROTECTED]> [2002-10-06 19:31]: > This worked just as promised! Cleaning out the Message-IDs was no big > deal. Thanks a million Darren! Forgive my delay in responding, but I > just found time to do this today. Nice. I banged it out pretty quickly. > I piped the output

Re: Creating Aliases from sent messages?

2002-10-01 Thread darren chamberlain
* Michael Tatge <[EMAIL PROTECTED]> [2002-10-01 14:17]: > Why don't you run a little shell or perl script against that folder? Hmm... #!/usr/bin/perl use strict; use File::Slurp; use Email::Find; my (%addrs, $data, $mbox, $finder); $data = read_file("mutt-users"); # read_fil

Re: feature request - save_domain

2002-10-01 Thread darren chamberlain
* Eric Smith <[EMAIL PROTECTED]> [2002-10-01 10:18]: > Some suggested hacks for this but IMHO, this is sufficicently > useful (especially for those who deal with many companies / > organisations) to be native functionality. This seems like a good learning excersize, so I was looking into this, tr

Re: download pgpwrap from where?

2002-09-30 Thread darren chamberlain
* savanna <[EMAIL PROTECTED]> [2002-09-26 15:07]: > Where do I download pgpewrap from? Get the source from , or just grab a binary from

Re: .procmailrc

2002-09-30 Thread darren chamberlain
* savanna <[EMAIL PROTECTED]> [2002-09-30 15:51]: > A slightly offtopic question - I'm using procmail for my mail > filtering, just wondering what people are using to catch all of the > mutt-users email. I'm currently using: [-- snip --] > An better recipe out there? I've been using: # Mutt

Re: Two minor configuration questions

2002-09-30 Thread darren chamberlain
* Kurt Lieber <[EMAIL PROTECTED]> [2002-09-30 09:22]: > 1. By default, when you delete a message in a mailbox index, mutt > moves one message *down* by default. Can I change this to move one > message *up*? You can setup a macro: macro pager d "" Basically, delete - up - up. > 2. Once a m

Re: Tagging mail by date

2002-09-26 Thread darren chamberlain
* Chris Green <[EMAIL PROTECTED]> [2002-09-26 09:25]: > I.e. how do I tag all messages more than (say) 365 days old in the > current mailbox? ~d >365d (darren) -- Competence, like truth, beauty, and contact lenses, is in the eye of the beholder. -- Dr. Laurence J. Peter

Re: listing what's in a directory

2002-09-23 Thread darren chamberlain
* Deb <[EMAIL PROTECTED]> [2002-09-23 13:39]: > In Elm, at the save prompt I could type a directory name or = (for the > default Mail directory), hit return instead of a filename, and I would > be graced with a file listing inside that dir. > > For some reason, I haven't been able to configure mu

Re: Multiple coloring

2002-09-23 Thread darren chamberlain
* Johan Svedberg <[EMAIL PROTECTED]> [2002-09-19 16:39]: > I would like all the mail I mark for deletion to be colored the same > way, so my question is this: > > Is it possible to set some kind of priority for which color mutt > should use in case a mail has both of these "conditions"? Scoring?

Re: vi startup (not vim?)

2002-09-18 Thread darren chamberlain
* Thomas E. Dickey <[EMAIL PROTECTED]> [2002-09-18 09:04]: > On Wed, 18 Sep 2002, darren chamberlain wrote: > > > vim has a :version command, which other vi clones don't seem to; vim > > :ve is standard. > (:version is also recognized by all of the vi's th

Re: vi startup (not vim?)

2002-09-18 Thread darren chamberlain
* Dave Price <[EMAIL PROTECTED]> [2002-09-18 08:23]: > Is there a way to tweak the way mutt lauches vi to get these features > to run in a 'vimmish' way? To what is $editor set? If it is set to 'vi', then you might be getting either vim in compatible mode, or not vim (i.e., the default vi on yo

Re: New mail to list.

2002-09-18 Thread darren chamberlain
* Will Yardley <[EMAIL PROTECTED]> [2002-09-17 22:25]: > Presumably if you use the patch which has RFC 2369 support, there might > be a 'list-post' option, which would be nice In fact, mutt could > probably add a 'list-post' option (which would post a new message to > list(s) existing in the c

Re: New mail to list.

2002-09-18 Thread darren chamberlain
* Rob Park <[EMAIL PROTECTED]> [2002-09-17 22:49]: > Alas! darren chamberlain spake thus: > > * Alex Polite <[EMAIL PROTECTED]> [2002-09-17 08:22]: > > > How do I start composing a new message to a mailing list? What I > > > usually do now is push &qu

Re: mutt hangs on any editor

2002-09-17 Thread darren chamberlain
* Lance Hoffmeyer <[EMAIL PROTECTED]> [2002-09-17 13:48]: > Any ideas? Mutt hangs when I try to compose an email using any editor. > ps -u `whoami` shows that no editor process is being started. I can > compose messages as SU. What is $EDITOR set to? Is something waiting on stdin? (darren) -

Re: New mail to list.

2002-09-17 Thread darren chamberlain
* Alex Polite <[EMAIL PROTECTED]> [2002-09-17 08:22]: > How do I start composing a new message to a mailing list? What I > usually do now is push "L" for list-reply the remove the body and > appropriate headers. I have this in my config: subscribe mutt-users@ mailboxes =lists/mutt-user

Re: imap and new mail

2002-09-12 Thread darren chamberlain
* Vincent Lefevre <[EMAIL PROTECTED]> [2002-09-12 10:12]: > Here, with IMAP, I get new messages as expected. But when I reconnect > to the server, all the new messages become old messages! This is very > annoying, in particular when I have to quit and restart Mutt without > having read all the new

Re: Sourcing scripts, screen flashes.

2002-09-11 Thread darren chamberlain
* David Champion <[EMAIL PROTECTED]> [2002-09-11 15:22]: > (This was when I changed my muttrc to call m4 as a preprocessor on my > real muttrc, as some might recall.) I recall this, and also recall a promise to post said m4 config to the list, so we could see what it looked like... (darren) --

Re: new mail in sent-mail

2002-09-10 Thread darren chamberlain
* Keith Robinson <[EMAIL PROTECTED]> [2002-09-10 08:40]: > Every time I send an email, my sent-mail box gets tagged with a > new-mail N. This is good for *all* of my other mail directorys, but > not not for sent-mail. Do you have send-mail in $mailboxes? (darren) -- Maybe that's the only trut

Re: Mutt+Vim: ugly block cursor when editing

2002-09-09 Thread darren chamberlain
* Erik Simon <[EMAIL PROTECTED]> [2002-09-09 06:36]: > I started playing with colors in Vim when editing mutt messages. > However, I get an ugly block cursor (orange or yellow depending on the > terminal) on each empty line. I was getting something the same thing for a long time. $editor was set

Re: display_filter + sed - tabs to quotes (was: A couple of questions)

2002-09-06 Thread darren chamberlain
* Sven Guckes <[EMAIL PROTECTED]> [2002-09-05 20:47]: > * darren chamberlain <[EMAIL PROTECTED]> [2002-09-05 15:37]: > > Look at display_filter, section 6.3.36 in the manual > > (<http://www.mutt.org/doc/manual/manual-6.html#display_filter>). > > Set

Re: A couple of questions

2002-09-05 Thread darren chamberlain
* Michael Herman <[EMAIL PROTECTED]> [2002-09-04 23:02]: > 2. When I receive an e-mail from someone at work that is a reply to > an earlier e-mail and I view it in the pager, where the other > senders MUA inserted \t (tab) as the quote/attribution character, > Mutt replaces the \t wit

Re: a number of newbie questions

2002-08-29 Thread darren chamberlain
* krjw <[EMAIL PROTECTED]> [2002-08-29 11:57]: > Greetings, mutts. Yo. > 1) Firstly, does mutt support or will mutt ever support extended > maildirs? I've never seen extended maildirs 'till I started using > maildrop, but they're kinky. They allow for folders-within-folders > which is very han

Re: fcc and reply as in pine

2002-08-29 Thread darren chamberlain
* Richard P. Groenewegen <[EMAIL PROTECTED]> [2002-08-29 09:07]: > I have just converted a friend from using pine to mutt. Nice. > But there is still one features he misses and I would feel stupid > saying: `well, this is nog the way we do things in mutt.' I love that game. :) > When he replie

Re: mutt and mail archives

2002-08-28 Thread darren chamberlain
* Volker Kuhlmann <[EMAIL PROTECTED]> [2002-08-28 04:36]: > > > you're not updateting it in maildir form, what's the advantage of > > > using maildir here over mbox? > > > lazyness ;-) I simply do a tar czf archiv.year < folderlist ... > > converting to mbox would include some more steps. > > So

Re: TDMA (was Re: Spam filtering software)

2002-08-28 Thread darren chamberlain
* Chris Green <[EMAIL PROTECTED]> [2002-08-28 08:38]: > On Wed, Aug 28, 2002 at 01:58:32PM +0200, Roman Neuhauser wrote: > > 2) the smtp server of your provider accepts addresses with > >extensions > > > I can't see this bit about accepting addresses with extensions. > > My adddress

Re: Reducing duplication

2002-08-20 Thread darren chamberlain
* Rob 'Feztaa' Park <[EMAIL PROTECTED]> [2002-08-20 16:22]: > The problem is that I've written an mbox parsing utility (for the > purposes of reporting statistics), and there is a huge amount of > duplication in my own mails. > > So what I want to know is, is there a way to get mutt to save messa

Re: mutt + procmail + nfs...

2002-07-31 Thread darren chamberlain
* kevin lyda <[EMAIL PROTECTED]> [2002-07-31 12:44]: > however, this is the dreaded mailbox on nfs issue. do procmail and > mutt play nice on nfs? Mutt and procmail both support Maildir natively. See . (darren) -- Patriotism is the last resource of scoundre

Re: generating .muttrc

2002-07-12 Thread darren chamberlain
* Martin Siegert <[EMAIL PROTECTED]> [2002-07-09 14:08]: > Thus, the question is: has anybody expanded mutt to include something > like an option menu that can be called from within mutt? Several months ago, there was a thread about writing a utility to generate a muttrc for a user. I took a sta

Re: aliases

2002-07-09 Thread darren chamberlain
* Rikard Florin <[EMAIL PROTECTED]> [2002-07-08 20:29]: > I'm wondering if it's possible to have mutt aliases _without_ a proper > alias. sounds weird maybe, but i have a big contact list with email > adresses which I want to use in Mutt as an addressbook to walk through > when I press tab to brin

Re: [semi-OT] bash "complete" a la tcsh

2002-07-05 Thread darren chamberlain
I've banged together a (reasonably) complete version of the completion stuff for bash that David T-G asked about earlier. It's attached. The only thing that doesn't seem to work for me is getting aliases from ~/.mutt/aliases (the commented out awk piece); the awk script works from the command li

Re: [semi-OT] bash "complete" a la tcsh

2002-07-05 Thread darren chamberlain
* David T-G <[EMAIL PROTECTED]> [2002-07-05 00:08]: > In tcsh, as discussed on the list quite a while back, one can > construct a command to complete mutt folders as shown in the attached > snippet (I watched the ideas come across and saved all of the various > flavors, so I have more than just on

Re: Autoconfiguration of subject

2002-06-24 Thread darren chamberlain
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002-06-23 16:04]: > One thing I do by mail is play some games at www.gamerz.net/pbmserv > and their you set your game commando in the subject. Is there someway > I could adjust the subject before I get the question by mutt what the > subject should be so I

Re: random header script?

2002-06-24 Thread darren chamberlain
* Thomas Hurst <[EMAIL PROTECTED]> [2002-06-23 08:00]: > If you still want to use a script but don't want to eat > * and IO every invocation, you'll want > to seek to somewhere random in the file and read until you get a > complete line, ala (in Ruby): > > begin > File.open(file) do |f|

Re: Set from shows no affect

2002-06-11 Thread darren chamberlain
* AxUm <[EMAIL PROTECTED]> [2002-06-11 03:00]: > Michael Tatge <[EMAIL PROTECTED]>: > > > set realname="Oliver Fuchs" > > set [EMAIL PROTECTED] > > set use_from # should be default > > set envelope_from # see manual section 6.3.43. > > Humm, even with that the from in a send hooks only take

Re: How can I save the help screens?

2002-06-10 Thread darren chamberlain
* Rocco Rutte <[EMAIL PROTECTED]> [2002-06-10 10:20]: > * darren chamberlain [02-06-10 16:15:05 +0200] wrote: > > * Russell Hoover <[EMAIL PROTECTED]> [2002-06-10 08:38]: > > > Is there an easy way to save mutt's help > > > screens to a file, without d

Re: How can I save the help screens?

2002-06-10 Thread darren chamberlain
* Russell Hoover <[EMAIL PROTECTED]> [2002-06-10 08:38]: > Is there an easy way to save mutt's help > screens to a file, without doing a cut & paste? I find: cat /usr/local/doc/mutt/manual.txt | col -bx to be the easiest way. This will dump it to stdout; redirect it to a file, or lpr, or wh

Re: 3 quick questions

2002-06-10 Thread darren chamberlain
* Peter Gelbman <[EMAIL PROTECTED]> [2002-06-08 01:54]: > > ## Delete messages to the trash can rather than bit-bucket, unless > > ## we're in the trash folder. > > folder-hook . macro index d "=trash" > > folder-hook . macro pager d "=trash" > > folder-hook . macro pag

Re: Color with folder-hooks and status changes

2002-06-07 Thread darren chamberlain
* Joseph Ishac <[EMAIL PROTECTED]> [2002-06-07 15:11]: > Actually, I wasn't aware you could do that with the folder-hook > command. :) However, I did a quick copy/paste on the lines below and > it didn't remedy the problem. I think I'll stick with the four term > expression with the use of ~P (

Re: ask-from quadoption was 3 quick questions

2002-06-07 Thread darren chamberlain
* Kevin Coyner <[EMAIL PROTECTED]> [2002-06-07 09:28]: > Many thanks for the patch. I'll give it a try, but have to learn how > to apply them first. I've graduated from windoze to linux rpms to now > being comfortable with compiling source, but haven't tried the patch > route yet. Got to read u

Re: 3 quick questions

2002-06-07 Thread darren chamberlain
* David T-G <[EMAIL PROTECTED]> [2002-06-06 16:31]: > % 1. Where do D (deleted) msgs go? Is there an equivalent of > % trash, or am I truly out of the disneyland GUI world now and > % just like using rm on files, there's no going back. > > With the stock version, that's the way it is. [-- snip

Re: 3 quick questions

2002-06-07 Thread darren chamberlain
* Ken Weingold <[EMAIL PROTECTED]> [2002-06-06 16:40]: > Well here's a feature request. I wish there were an option to have > mutt prompt you for which return address to use, being able to pick > from a menu of addresses set somewhere in the muttrc. Any > possibility? A few months ago, some (so

Re: Lotus Notes server?

2002-06-06 Thread darren chamberlain
* Sven Guckes <[EMAIL PROTECTED]> [2002-06-05 22:07]: > * darren chamberlain <[EMAIL PROTECTED]> [2002-06-05 19:44]: > > Notes has an IMAP interface, which is, AFAIK, compatible with other > > IMAP implementations. I have co-worker who have used mutt with our > &

Re: Lotus Notes server?

2002-06-05 Thread darren chamberlain
* Ken Weingold <[EMAIL PROTECTED]> [2002-06-05 15:04]: > I know this sounds weird, but without POP3 connectivity, anyone here > know if there is a way to get mutt to work with a Notes server? At my > new job, that is what they use, and the Notes client is a piece of > crap. I can't believe I'm s

Re: key macros

2002-06-05 Thread darren chamberlain
* David T-G <[EMAIL PROTECTED]> [2002-06-04 13:17]: > It looks like that's the case for Ctl, anyway, and maybe for Shf. > Given, thanks to my new friend Bob, the handy > > perl -lpe '$_ = join " ", unpack("c*", $_)' > > to take input per line and spit out key codes and then running > > echo

Re: sorting

2002-05-14 Thread darren chamberlain
* Mike Arrison <[EMAIL PROTECTED]> [2002-05-14 14:00]: > Hello again, > I'm trying to figure out how sorting is really done in Mutt. > I currently have sort=threads. I thought that would sort by threads, > and then by date. For example, some of my folder have no threads at > all, and I'd

Re: IMAP/SSL

2002-05-10 Thread darren chamberlain
* Michael Seiwert <[EMAIL PROTECTED]> [2002-05-10 14:25]: > I'm using mutt version 1.3.99 compiled with ssl and imap support. > > I connect a remote imap server and everything is fine except that if I > write long mailtext and send it to the server it tries to store the > mail in the sent-mail fo

Re: deleting messages and default folders

2002-05-10 Thread darren chamberlain
* Mike Arrison <[EMAIL PROTECTED]> [2002-05-10 09:36]: > Hello Mutters, > My switch from Pine to Mutt is going pretty well so far. I have a > few questions that I could use some help with though. Good news. > - Let's say I delete all messages in a folder by pressing 'd'. Then I > g

Re: colorize a word

2002-05-10 Thread darren chamberlain
* andrej hocevar <[EMAIL PROTECTED]> [2002-05-10 08:58]: > On Fri, May 10, 2002 at 08:09:59AM -0400, darren chamberlain wrote: > > I just posted a patch that allows for this yesterday (or was it the day > > Great; I've found it. Would you please tell me how to apply

Re: colorize a word

2002-05-10 Thread darren chamberlain
* andrej hocevar <[EMAIL PROTECTED]> [2002-05-10 04:49]: > how do I instruct mutt to colourize only a certain word in the header > of a message? I'd like to make for instance the word "From:" appear in > red, while the text following it in default, i.e. no colour. I just posted a patch that allow

Re: Different colour after signature

2002-05-09 Thread darren chamberlain
* David T-G <[EMAIL PROTECTED]> [2002-05-09 12:47]: > Darren, et al -- > > ...and then darren chamberlain said... > % > ... > > There's the hdrpart patch, which allows for exactly that. I use it to > ... > > I don't remember where I got it, so I&#x

Re: JAVA applet to run mutt via http

2002-04-29 Thread darren chamberlain
* David T-G <[EMAIL PROTECTED]> [2002-04-29 16:11]: > > Sounds like he needs some kind of http-based proxy, unless the > > firewall is dumb enough to let non-http things through port 80, in > > which case I'd recommend ssh. > > Quick -- someone write a perl script that will interface between a >

Re: JAVA applet to run mutt via http

2002-04-29 Thread darren chamberlain
* Shawn McMahon <[EMAIL PROTECTED]> [2002-04-29 15:43]: > begin darren chamberlain quotation: > > * Marco Fioretti <[EMAIL PROTECTED]> [2002-04-29 13:52]: > > > Last but not least: what was that JAVA applet called anyway? > > > > I think you're lo

Re: JAVA applet to run mutt via http

2002-04-29 Thread darren chamberlain
* Marco Fioretti <[EMAIL PROTECTED]> [2002-04-29 13:52]: > Last but not least: what was that JAVA applet called anyway? I think you're looking for MindTerm, which google tells me is at . (darren) -- Words are also deeds.

Re: [OT] procmail rule

2002-04-18 Thread darren chamberlain
* Benjamin Michotte <[EMAIL PROTECTED]> [2002-04-18 15:55]: > sorry for the off-topic but I would like to add a rules to my procmailrc > to create archive by month; ie mutt-users.april.2002 :0 * ^[EMAIL PROTECTED] mutt-users.`date +"%B.%Y" | tr 'A-Z' 'a-z'` The tr will do lower casing, as well.

Re: mail-followup-to header

2002-04-17 Thread darren chamberlain
* Eduardo Gargiulo <[EMAIL PROTECTED]> [2002-04-17 14:06]: > I use diferent email addresses to subscribe to diferent lists, > ejg-mutt for mutt-users and ejg-qmail for qmail lists. I use ejg too. > Is the following alternetes set appropriately for my scenario? > > set alternates="^ejg.*(-mutt|-qm

Re: Feature request: uncolor not only in index

2002-04-11 Thread darren chamberlain
* Dan Boger <[EMAIL PROTECTED]> [2002-04-11 12:02]: > On Thu, Apr 11, 2002 at 11:54:49AM -0400, darren chamberlain wrote: > > > That being said, I would really like such an uncolor feature myself. > > > I receive internal newsletters that I find easier to read if I

Re: Re: Outlook pst import: What file format should I use?

2002-04-11 Thread darren chamberlain
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002-04-11 12:24]: > Well, in my best low tech manner, I think I've come up with something > of promise. What I did was: > > 1) Select all the messages in the inbox or outbox. 2) Perform > File|Save As and save the entire contents as a text file. > >

Re: Feature request: uncolor not only in index

2002-04-11 Thread darren chamberlain
* Gary Johnson <[EMAIL PROTECTED]> [2002-04-10 10:22]: [-- snip --] > That being said, I would really like such an uncolor feature myself. > I receive internal newsletters that I find easier to read if I > highlight the section headings like this: > > display-hook '~s "blips"' 'push "/\^[A-

Re: Organizing mailfolders (strategies and using with mutt)

2002-04-11 Thread darren chamberlain
* Johan Almqvist <[EMAIL PROTECTED]> [2002-04-11 09:44]: > * Kai Weber <[EMAIL PROTECTED]> [020411 14:32]: > > I am just reorganzing my mail sorting and filtering. I now use a > > structure like that: > > Mail/list/mutt-users > > Mail/list/debian-users > > Mail/mail/inbox > > Mail/

Re: I've broken something

2002-04-11 Thread darren chamberlain
* John Buttery <[EMAIL PROTECTED]> [2002-04-11 09:27]: > * darren chamberlain <[EMAIL PROTECTED]> [2002-04-10 15:19:58 -0400]: > > If you like pain, try stracing a mutt session: > > strace -o /tmp/mutt.out mutt > > Actually, vim has very passable syntax highl

Re: I've broken something

2002-04-10 Thread darren chamberlain
* Rafael C. Gawenda <[EMAIL PROTECTED]> [2002-04-10 15:07]: > Quoting darren chamberlain (Wed Apr 10 14:55:03 CEST 2002) > > Are permissions correct on $MAIL? > > r-x 11 ais ais 1024 Apr 10 10:36 mail I'm not sure what this is indicating; try /bin

Re: I've broken something

2002-04-10 Thread darren chamberlain
* Rafael C. Gawenda <[EMAIL PROTECTED]> [2002-04-10 14:50]: > Don't know if it's my config, or some broken patch, I suppose it's the > first option, but when I enter my spool (by just nachine$ mutt), > read a message, and quit, the mailbox doesn't get updated, ie, If I > reenter, the msg is still

Re: help with folder hook?

2002-04-08 Thread darren chamberlain
* Nick Wilson <[EMAIL PROTECTED]> [2002-04-08 15:20]: > Hi everyone... > Could someone help me sort this folder-hook out please? > > folder-hook =Tioka/nick set "my_hdr Reply-To: Nick Wilson <[EMAIL PROTECTED]>" folder-hook =Tioka/nick "set my_hdr Reply-To: Nick Wilson <[EMAIL PROTECTED]>" I

Re: [feature requests] view attached file.

2002-04-08 Thread darren chamberlain
> I use 2 or 3 softwares that do the same things (example image viewer), > but I would like to choose the correct viewer (xv doesn't support > animated gif but it is lighter that any other image viewer I have). > It would be great if mutt propose all the viewer for that content-type > according to

Re: syntax highlighting in mutt

2002-04-08 Thread darren chamberlain
* Thomas Dickey <[EMAIL PROTECTED]> [2002-04-05 17:57]: > On Fri, Apr 05, 2002 at 06:01:44PM -0500, David T-G wrote: > > ...and then Jim MacBaine said... > > > I'm regularly recieving perl and java programs > > > and I have to sort out "the good from the bad". > > > > The perl sounds fun, but I

Re: syntax highlighting in mutt

2002-04-08 Thread darren chamberlain
* Jim MacBaine <[EMAIL PROTECTED]> [2002-04-05 16:52]: > Hello everybody, > > I'm regularly recieving perl and java programs > and I have to sort out "the good from the bad". Perl -> good. Java -> bad. Done. :) > Right now I'm using mutt and use a mailcap entry > to open the attachments in N

Re: .muttrc variables

2002-04-05 Thread darren chamberlain
* Rocco Rutte <[EMAIL PROTECTED]> [2002-04-05 14:46]: > * Will Yardley [04/05/02 20:55:36] wrote: > > this is very useful for getting help online and so on, since it's > > generally much more compact than the actual postfix configuration > > file. > > Exactly. And because mutt allows inclusion of

Re: send-hook and set

2002-04-04 Thread darren chamberlain
* Peter T. Abplanalp <[EMAIL PROTECTED]> [2002-04-04 10:51]: > i think i know the answer to this but i wanted to make sure... > > if i have a send-hook: > > send-hook somelist set pgp_autosign=no > > it changes the value of pgp_autosign from there on out, yes? it is > not a temporary item just

Re: display proces id (Re: to GNU ps or not to GNU ps)

2002-04-03 Thread darren chamberlain
* Jeremy Blosser <[EMAIL PROTECTED]> [2002-04-03 16:19]: > On Apr 03, darren chamberlain [[EMAIL PROTECTED]] wrote: > > (I diff'ed with -caw; is there a preferred option set for mutt patches?) > > -dup Noted. (darren) -- The moment one gives close attention to anyth

Re: change $record based on mailboxes

2002-04-03 Thread darren chamberlain
* Jun Sun <[EMAIL PROTECTED]> [2002-04-03 14:55]: > I have multiple mailbox folders. I want to save a copy of outgoing > message in the current mbox folder. Pretty reasonable enough. > > The following solution seems to work: [-- snip --] 6.3.51. force_name Type: boolean Default: no

Re: Sending Mail

2002-04-03 Thread darren chamberlain
* Michael Montagne <[EMAIL PROTECTED]> [2002-04-03 14:41]: > I apologize for asking a question that I know I've seen before, but I > just can't seem to find it in the archives. > When sending a message, after editing the text and exiting out of vim, > I'm taken to a screen and required to press "Y

Re: outgoingmail

2002-04-03 Thread darren chamberlain
* Johannes Breu <[EMAIL PROTECTED]> [2002-04-03 13:16]: > I can get mails from my POP-server using mutt but I am not able to send > mails. I think is due to unsuccessfull configuration of sendmail. So > this is my question: How do I configure sendmail? I just want sendmail > to know my SMTP-server

Re: display proces id (Re: to GNU ps or not to GNU ps)

2002-04-03 Thread darren chamberlain
* Sven Guckes <[EMAIL PROTECTED]> [2002-04-03 09:40]: > ObMutt: > can mutt display its own process id? > > the display of the porcess id would be > helpful when there's a problem with mutt. > the admin could add this number to the > status_format in /etc/Muttrc so that > users will see it and wil

Re: Irony getting in the way (Was: Re: ignore...)

2002-04-01 Thread darren chamberlain
* Rocco Rutte <[EMAIL PROTECTED]> [2002-04-01 16:21]: > On Mon, Apr 01, 2002 at 12:54:17:PM -0800 Will Yardley wrote: > > Rocco Rutte wrote: > > > > > At least it was the smiley after your question which confused me. As I > > > read you use a linux from scratch. Are you sure it looks professiona

Re: Macro doesn't push enter

2002-03-29 Thread darren chamberlain
* Robert Conde <[EMAIL PROTECTED]> [2002-03-29 14:58]: > macro index I "!\r" works fine, but > macro generic I "!\r" gives me the error > hange-folder>=! is not a mailbox. Is there a function in the generic set for change-folder? I didn't see one. (darren) -- If I worked as much as others I

Re: OT: OS / distro / kernel

2002-03-28 Thread darren chamberlain
* Mike Schiraldi <[EMAIL PROTECTED]> [2002-03-28 10:42]: > > > Except that Linux is only the kernel. Linux + GNU + some other > > > files and configuration is the OS. That, plus some applications > > > is the distribution. > > > > You're wrong. > > How is he wrong? I was wondering that too; h

Re: How to - keystrokes?

2002-03-27 Thread darren chamberlain
* Dave Price <[EMAIL PROTECTED]> [2002-03-27 10:31]: > I really did take a look at the online help and docs first ... > > Are there quick ways to: > > * change to main inbox? If you mean your spool ($MAIL in the shell), there is the ! shortcut. > * save a message to a specific folder without c

Re: mutt+Outlook - calendar utility?

2002-03-27 Thread darren chamberlain
Quoting Sven Guckes <[EMAIL PROTECTED]> [Mar 26, 2002 17:25]: > * David Rock <[EMAIL PROTECTED]> [2002-03-26 19:34]: > > On Tue, Mar 26, 2002 at 10:30:19AM -0500, Adam Shostack wrote: > > > On Tue, Mar 26, 2002 at 10:15:47AM -0500, Mike Schiraldi wrote: > > > ..it would be way cool to have an inte

Re: M$ Outhouse E. for UNIX

2002-03-27 Thread darren chamberlain
Quoting David T-G <[EMAIL PROTECTED]> [Mar 27, 2002 08:19]: > > I think he actually means 'hostname', not 'uname'; hostname, > > on any sane system, displays the hostname when called with no > > args, and tries to set > > I agree so far, but ... Here is I think what happened: $ uname -a; hostna

Re: Command expansion

2002-03-26 Thread darren chamberlain
Quoting Rocco Rutte <[EMAIL PROTECTED]> [Mar 26, 2002 14:55]: > The problem is the following: if I would type fast enough to > send a few dozen mails a minute, I wanted to be abled to > include the date and time in the file I specify by the 'record' > variable. Using `date`. But `date` is only exp

Re: reverse_name question

2002-03-26 Thread darren chamberlain
Quoting Tim Kennedy <[EMAIL PROTECTED]> [Mar 26, 2002 12:33]: > Sorry if this has been asked a lot. I've been looking through > the 'net, and various archives of various messages, for an > answer to how I can get mutt to reply to emails using the "To" > address, as the "From" address. > > my loca

Re: thread view

2002-03-26 Thread darren chamberlain
Quoting Eduardo Gargiulo <[EMAIL PROTECTED]> [Mar 26, 2002 10:02]: > How can i configure muttrc to collapse thread messages ? collapse-thread, bound to \ev by default (I think). There's also collapse-all, bound to \eV. (darren) -- Fanaticism consists in redoubling your efforts when you have f

Re: Mail is not reaching destination

2002-03-25 Thread darren chamberlain
Quoting Jerry Van Brimmer <[EMAIL PROTECTED]> [Mar 23, 2002 16:39]: > When I do: > # date | sendmail -v [EMAIL PROTECTED] > > #(ispwest.com is another isp of mine) > > Here's what I get: (lines removed) Possibly two things wrong: 1. Is sendmail set up to allow messages to go to/from root?

Re: Replacing a message with its filtered output

2002-03-22 Thread darren chamberlain
Quoting Mike Schiraldi <[EMAIL PROTECTED]> [Mar 21, 2002 17:17]: > #! /usr/bin/perl -W > while(<>) { print; s/\r//g; chomp; last unless $_; } > while(<>) { y/A-Za-z/N-ZA-Mn-za-m/; print; } while (<>) { (1 .. /^$/) ? s/\r\n//g : y/A-Za-z/N-ZA-Mn-za-m/; print; } :) (darren) -- A

Re: defining a command -> internal langauge

2002-03-22 Thread darren chamberlain
Quoting Nicolas Rachinsky <[EMAIL PROTECTED]> [Mar 22, 2002 06:20]: > * Cameron Simpson <[EMAIL PROTECTED]> [2002-03-22 12:24:10 +1100]: > > Someone has already mentioned his startup file being: > > > > source "shell-cmd |" > > > > Wouldn't: > > > > macro foo :source "shell-cmd|" > > >

Re: Filtering a message from the index -> procmail

2002-03-21 Thread darren chamberlain
Quoting David Champion <[EMAIL PROTECTED]> [Mar 21, 2002 13:15]: > * On 2002.03.20, in <[EMAIL PROTECTED]>, > * "Rocco Rutte" <[EMAIL PROTECTED]> wrote: > > > > There's only one thing I really miss: I'd like to be abled to > > define my own commands. Something like: > > > > define '' >

Re: OT: Re: attribution and quotes

2002-03-13 Thread darren chamberlain
Quoting Rob Reid <[EMAIL PROTECTED]> [Mar 12, 2002 18:43]: > Modified Julian Dates are completely numeric and therefore > suitable for all Earthlings (not just astronomers) but > unfortunately my /bin/date, from Red Hat's sh-utils-2.0-11 RPM, > doesn't support them. It really should. Completely

Re: Can I save all thread collapsed?

2002-03-13 Thread darren chamberlain
Quoting David T-G <[EMAIL PROTECTED]> [Mar 13, 2002 08:37]: > Darren, et al -- > > ...and then darren chamberlain said... > % > % Quoting Michel <[EMAIL PROTECTED]> [Mar 12, 2002 20:10]: > % > How to save all messages of a thread? > % > % I do this quit

Re: describing command sequences in email

2002-03-13 Thread darren chamberlain
Quoting Sven Guckes <[EMAIL PROTECTED]> [Mar 13, 2002 08:14]: > * darren chamberlain <[EMAIL PROTECTED]> [020313 13:07]: > > > How to save all messages of a thread? > > An easy (manual) way is to and then do > > to save all the tagged messages. > >

Re: Can I save all thread collapsed?

2002-03-13 Thread darren chamberlain
Quoting Michel <[EMAIL PROTECTED]> [Mar 12, 2002 20:10]: > How to save all messages of a thread? I do this quite often, to make special purpose, short-lived mailboxes apropos to a particular discussion. An easy (manual) way is to and then do to save all the tagged messages. In my setup that

Re: flagged messages in folder_format?

2002-03-12 Thread darren chamberlain
Quoting Ryan Singer <[EMAIL PROTECTED]> [Mar 12, 2002 10:46]: > just checked the manual, and it appears that there isn't a way > to indicate whether or not a mailbox has flagged messages in it > while in the file browser (folder_format has no equivalent to > index_format's %S). I wouldn' think th

Re: Another Color to new Mail.

2002-03-11 Thread darren chamberlain
Quoting Michel <[EMAIL PROTECTED]> [Mar 11, 2002 12:58]: > I'm with a little matter: I work with several folder to store > mails in filtering of procmail... When I type "c" and "?" I > receive: > > 1 drwxr-sr-x 31 michel michel 2048 Mar 09 07:33 ../ > 2 drwxr-sr-x 2 michel mich

Re: Semi-OT: Mailman and MUAs

2002-03-11 Thread darren chamberlain
Quoting Lorin Winchester <[EMAIL PROTECTED]> [Mar 11, 2002 11:39]: [-- snip --] > So is this a case of users not knowing how to properly > configure/use their MTAs, or is it a case of the list > administrator not knowing how to properly setup the list? I > posted this here since this list runs

Re: building question

2002-03-11 Thread darren chamberlain
Quoting Ken Weingold <[EMAIL PROTECTED]> [Mar 10, 2002 18:05]: > I am getting a new shell account where I am limited 50 megs of > space. Even though I use my own patched version of mutt, they > do have it installed. What I want to do is use the mutt binary > from ~/bin, but use the rest of the s

Re: Displaying all mail after a limit command

2002-03-11 Thread darren chamberlain
Quoting Joel Hammer <[EMAIL PROTECTED]> [Mar 10, 2002 23:02]: > After I used the limit command (l) to find certain emails, I am at a > lost for going back to my original view of all the mail. I suppose I > could open up the mailbox again, but that seems wrong. Limit to ~A (all) does it for me. (

Re: About the language for the mutt config tool

2002-03-08 Thread darren chamberlain
Quoting Mike Erickson <[EMAIL PROTECTED]> [Mar 08, 2002 11:51]: > I think a major improvement would be to store the configuration > file (sorry for the buzzword) metainfo seperately. *nod* > Have a parsable file containg the options, possible values, and > description. This will make adding new

Re: About the language for the mutt config tool

2002-03-08 Thread darren chamberlain
to whatever languagewe decide to use, if that's what is wanted. (darren) -- The Feynman Problem 1) Write down the problem. Solving Algorithm 2) Think real hard. 3) Write down the answer. #!/usr/bin/perl # ---

  1   2   >