Re: Creating Aliases from sent messages?

2002-10-07 Thread John P Verel
On 10/07/02 08:40 -0400, darren chamberlain wrote: > Change the last line (the "print" line) to read: > > print map "alias $_\n", sort keys %addrs; > > Which will give you a list like: > > alias [EMAIL PROTECTED] > alias [EMAIL PROTECTED] Many thanks! John

Re: Creating Aliases from sent messages?

2002-10-06 Thread John P Verel
On 10/01/02 14:39 -0400, darren chamberlain wrote: > * 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 (%addr

Creating Aliases from sent messages?

2002-09-30 Thread John P Verel
I've searched the manual high and low on this and come up blank. I want to create a file of aliases based upon messages I've sent, rather than receive. They are all in one folder for ease of access. While creating an alias from a received message is a snap, it appears that, short of typing in l

Re: A question on forwarding

2002-09-06 Thread John P Verel
On 09/05/02 18:41 -0700, Gary Johnson wrote: > To forward messages that way, you need to go to the attachment menu > ('v'), tag all the attachments ('t'), then forward them all using ';f'. Doesn't esc e simply do what is wanted? I tried it with an excel spreadsheet and it seems to work just f

Re: a number of newbie questions

2002-08-29 Thread John P Verel
On 08/29/02 12:16 -0400, darren chamberlain wrote: > > 3) [this is a vim question; don't shoot me :)] I've seen mutts start up > > vim as their editor like "vim -c ':0;/^$'" which I understand puts the > > cursor on the first empty line. Any way to place it at the end of the > > file (eg, las

Re: Pipe:ing messages - behavior changed?

2002-07-30 Thread John P Verel
On 07/30/02 20:52 +0200, Peter Schuller wrote: > Since upgrading mutt to the latest version the | command seems to only > pipe what's on screen, not the entire raw message. As your headers indicate you're using 1.4, as I am, I tried what you described and my install works fine. I piped to lpr an

Re: Numeric Keypad Malfunction -- Mutt, Vim, Gnome-Terminal

2002-07-26 Thread John P Verel
Upon further investigation, I find that the keypad works fine under vim, run in an xterm and in rxvt. So, the culprit, I suppose, is gnome-terminal. I'll head on over the the RedHat Limbo beta list and see if I can learn anything there. John

Re: Numeric Keypad Malfunction -- Mutt, Vim, Gnome-Terminal

2002-07-26 Thread John P Verel
On 07/26/02 16:41 -0400, John P Verel wrote: > Upon further investigation, I find that the keypad works fine under vim, > run in an xterm and in rxvt. So, the culprit, I suppose, is > gnome-terminal. > > I'll head on over the the RedHat Limbo beta list and see if I can le

Numeric Keypad Malfunction -- Mutt, Vim, Gnome-Terminal

2002-07-25 Thread John P Verel
I cannot get my numeric keypad to work with Mutt. Here's my environment: I run Mutt 1.4-2 in gnome terminal, provided by gnome-core-1.4.0.4-54. My editor is vim 6.1-2. I start vim with this command: set editor ="vim +/^$ +'set nobackup'" The numeric keypad works correctly within gnome-termina

Re: X-Mailer Header Not Being Picked Up With Resend Command

2002-07-24 Thread John P Verel
On 07/24/02 22:11 +0200, Michael Tatge wrote: > To summarize: Mutt will delete any X-Mailer header. Confirmed. Thanks.

Re: X-Mailer Header Not Being Picked Up With Resend Command

2002-07-24 Thread John P Verel
On 07/24/02 21:12 +0200, Sven Guckes wrote: > > resending takes the message as is. > no hooks or whatever get applied. > feature. period. Not to be difficult, but to quote the on-line manual: 'With resend-message, mutt takes the current message as a template for a new message. This function

Re: how does simple commenting work

2002-07-24 Thread John P Verel
Under :help comments there is this: 'comments' 'com'string (default "s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-") local to buffer {not in Vi} {not available when compiled without the |+commen

X-Mailer Header Not Being Picked Up With Resend Command

2002-07-24 Thread John P Verel
When I resend a message, using esc e, I find that my X-Mailer header is not picked up from the original message. The manual indicates that weeding is used when resending. My .muttrc contains: ignore unignorefrom: subject to cc mail-followup-to \ date x-mailer x-url we

Re: Viewing both text and image

2002-07-16 Thread John P Verel
This also works, using ee as the client to view graphic images: Mailcap entries image/gif; ~/bin/spawn ee %s image/jpg; ~/bin/spawn ee %s image/jpeg; ~/bin/spawn ee %s ~/bin/spawn is the following script: #!/bin/sh cp $2 $2.tmp ($1 $2.tmp;rm -f $2.tmp) & John On 07/15/02 14:25 -0700, Gary Joh

Re: Display in 'To:' in 'sent' folder only...

2002-07-15 Thread John P Verel
On 07/15/02 14:55 -0600, Dhruva B. Reddy wrote: > I use mutt 1.3.28 (the Debian package). When viewing the list of > messages in my 'sent' mailbox (where I copy my sent messages), it > displays the 'From:' line. This is not very useful, since I already > know that all messages in this mailbox ar

Re: odd behavior -- , sorting by thread

2002-07-13 Thread John P Verel
On 07/12/02 22:53 -0500, Derrick 'dman' Hudson wrote: > > I notice some really odd behavior in mutt. I have it set up with some > folder-hooks to sort by threads in all my mailing list folders. This > works fine, _except_ for one particular list *iff* I don't have the > line > folder-hook l

Re: wrapping lines ?

2002-07-10 Thread John P Verel
On 07/10/02 11:56 -0800, W. D. McKinney wrote: > Hello, > > Being a new mutt user, I need some help. I am trying to get > mutt-1.3.27i-66 to wrap lines auto-magically. Be sure you've got your editor set up correctly. I use vim as my editor. In my .vimrc, I've got textwidth=72, which makes all

Re: Problem piping *.doc attachment to AbiWord: Deleting the temp file

2002-07-10 Thread John P Verel
On 07/10/02 14:52 -0400, Mark J. Reed wrote: Mutt should hang around and do nothing until AbiWord exits, so > you should be able to just append a "!rm -f ~/tmp/foo.doc\n" > to your macro. . . Arrrggh! Forgot the "!" Finished product looks like this and works just fine. macro attach a "\cu~

Re: Problem piping *.doc attachment to AbiWord: Deleting the temp file

2002-07-10 Thread John P Verel
On 07/10/02 12:23 -0400, John P Verel wrote: > Time for lunch. After lunch, I'll amend the macro to delete the temp > file. This seems trivial, but I can't get the macro to do this. If I do rm -f foo.doc, I get dumped into my editor. I also can't figure out how to a) hav

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread John P Verel
On 07/10/02 11:37 -0400, Mark J. Reed wrote: > macro attach a s/tmp/foo.doc\r!abiword/tmp/foo.doc\r > Almost. I got this to work: macro attach a "\cu~/tmp/foo.doc\n!AbiWord ~/tmp/foo.doc\n" Without ^U, the original name of the attachment was being appended to foo.doc. The is just in

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread John P Verel
On 07/10/02 10:51 -0400, Mark J. Reed wrote: Like you, I have antiword set up for everyday .doc reading, and fire up > AbiWord when antiword isn't enough. But I just save the attachment and > then run abiword on it: > > s filename > !abiword filename Yep, that works fine. Just

Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread John P Verel
I have antiword set up as my mailcap entry for viewing MSWord docs and it works great (thanks Sven :). What I'd also like to do, from time to time, is pipe a *.doc to AbiWord. From the attachment menu, I've tried: | AbiWord and | AbiWord %s and | AbiWord %s & Version one opens AbiWord without t

Re: how to filter in procmail

2002-06-23 Thread John P Verel
On 06/23/02 12:16 -0700, Will Yardley wrote: > John Smith wrote: > > > Well, i just subscribed to this list, and I'm wondering how do I filter this > > into a separate mailbox with procmail? All the other mailing lists I'm > > subscribed to are using X-Mailing-List in the headers. I examined th

Re: viewing urls (was: Re: mutt is awesome)

2002-06-22 Thread John P Verel
On 06/22/02, 11:55:18AM -0400, Ollie Acheson wrote: > One question: where do I set which browser is picked? My installation > seems to like mozilla, but I would prefer opera. Programs|Settings|Document Handlers|Url Handlers I'm using Galeon. It is MUCH lighter and faster than Netscape or Opera

Re: viewing urls (was: Re: mutt is awesome)

2002-06-22 Thread John P Verel
On 06/22/02, 12:53:13PM +0200, Raoul Bönisch wrote: > On Fri, Jun 21, 2002 at 10:51:28PM -0600, Dave Price wrote: > > What I have not figured out is how to be able to click on a url in mutt > > and launch a browser window; can this be done? Righ now i paster the > > url into my browser 'by hand'

Re: Outlook warning bar

2002-06-20 Thread John P Verel
> Probably the X-Sven header. ;-) ROFLMAO! :))

Re: AbiWord in Mailcap works well :)

2002-06-18 Thread John P Verel
On 06/18/02, 02:10:06PM -0400, Mark J. Reed wrote: > Also, you might want to upgrade; AbiWord 1.0.2 is out, and > I find it successfully opens many Word documents that 0.99.x could > not. Just gave 1.0.2 a go, via the rpms from the AbiWord home page. RPM reported that they were older than 0.9

Re: AbiWord in Mailcap works well :)

2002-06-18 Thread John P Verel
On 06/18/02, 07:28:41PM +0200, Sven Guckes wrote: > application/msword; antiword %s ; copiousoutput Works pretty swift :). Have you figured out a way to print from antiword? I've tried lpr, enscript, a2ps, etc. Nothing works so far. Suggestions? John

Re: How to show custom macro bindings in help screen?

2002-06-18 Thread John P Verel
On 06/18/02, 07:22:12PM +0200, Sven Guckes wrote: > > * John P Verel <[EMAIL PROTECTED]> [2002-06-18 16:31]: > > I've added a macro to my compose menu. > > It does not show up when I type '?' Should it? > > Am I missing something quite obvi

AbiWord in Mailcap works well :)

2002-06-18 Thread John P Verel
Just to pass this on -- I find that abiword-0.99.5-1 works wonderfully well in ~/.mailcap to open msword documents. The entry, trivially simple, is: application/msword; /usr/bin/AbiWord %s John

How to show custom macro bindings in help screen?

2002-06-18 Thread John P Verel
I've added a macro to my compose menu. It does not show up when I type '?' Should it? Am I missing something quite obvious? TIA. John

1.4: Better at setting 'N' flag than was 1.2.5 :)

2002-06-12 Thread John P Verel
Another observation. 1.4 seems to do a MUCH better job of check mail folders and setting new ("N") flags than was 1.2.5. As I've got both installed on this machine, I'd doing some side by side comparisons. Seems to be a lot of nice fine tuning in 1.4.

Re: resent messages not saved?

2002-06-11 Thread John P Verel
Turns out this is a "feature"/bug that has been fixed in 1.4 John On 06/11/02, 11:49:46AM -0400, Adam Shostack wrote: > It seems that messages re-sent (esc-e) are not being saved to my sent > folder. In particular, I have a long message that I want to respond > to in chunks; I used esc-e to re-

Re: 1.4 "Snappier" than 1.2.5?

2002-06-10 Thread John P Verel
On 06/10/02, 05:39:00PM -0500, David T-G wrote: > John -- > > ...and then John P Verel said... > % > % This may just be me, but it seems to me that 1.4 is considerably > % "snappier" than 1.2.5 was. It's about 50K larger, and this is compiled > % on

1.4 "Snappier" than 1.2.5?

2002-06-10 Thread John P Verel
This may just be me, but it seems to me that 1.4 is considerably "snappier" than 1.2.5 was. It's about 50K larger, and this is compiled on this particular machine, versus rpm installed. Does this make sense? Have others noticed this? John

Re: Making 1.4: Error messages

2002-06-10 Thread John P Verel
On 06/10/02, 03:27:18PM -0500, David T-G wrote: Then you must set spoolfile somewhere in your muttrc in order for mutt to > be able to find ! when you start up, because -HOMESPOOL says that your > mail is found under /var. That makes the "unknown variable" all that > more peculiar. My ~/.muttrc

Re: Making 1.4: Error messages

2002-06-10 Thread John P Verel
On 06/10/02, 02:24:34PM -0500, David T-G wrote: > % -HOMESPOOL. FWIW, this is a stand alone machine, hooked to a cable > > That tells me that your mail should be found in /var/*/mail rather than > in your home dir, so you probably *do* need a mutt_dotlock with mail > group perms to do dotlocki

Re: Making 1.4: Error messages

2002-06-10 Thread John P Verel
On 06/10/02, 01:46:21PM -0500, David T-G wrote: > % My mail comes via fetchmail from my ISP's POP server. > > I imagine it goes into your home dir somewhere, then, but it could go > into the system mail spool. What does > > :set ?spoolfile > > in mutt tell you? > Says "unknow option" -- w

Re: Making 1.4: Error messages

2002-06-10 Thread John P Verel
On 06/10/02, 02:25:28PM -0400, John P Verel wrote: > The 1.2.5 version is in /etc, the 1.4 version is in the source for 1.4. > Where should the new one live? Fixed it. Mutt set up SYSCONFDIR as /home/john/mutt1.4/etc However, it did not copy my Muttrc to it, nor change the path to the

Re: Making 1.4: Error messages

2002-06-10 Thread John P Verel
On 06/10/02, 12:44:57PM -0500, David T-G wrote: > Don't know why it did, but it should be pluralized. Pluralized it and it's fixed :) > % % Second problem: % % When I press F1, I get key not bound error. > > Do you have the F1 binding in the system muttrc, or perhaps in yours? > It's in the sys

Making 1.4: Error messages

2002-06-10 Thread John P Verel
Made Mutt 1.4 today. I'm getting the following errors: Error in /home/john/.muttrc, line 359: thread: unknown sorting method This refers to a line which reads: set sort=thread (Works fine in 1.2) Second problem: When I press F1, I get key not bound error. Third thing: In make intall log I

Re: How can I save the help screens?

2002-06-10 Thread John P Verel
On 06/10/02, 08:37:18AM -0400, Russell Hoover wrote: > Is there an easy way to save mutt's help > screens to a file, without doing a cut & paste? Have a look at the manual, section 6.4, Functions. John

Re: OT: Making Mutt: log files

2002-06-09 Thread John P Verel
Again, as I'm new to make, with the mutt source, if I make and install and find I need or want to uninstall what I just made and installed, how do I do that? Thank you for your patience with these questions. John

Re: OT: Making Mutt: log files

2002-06-09 Thread John P Verel
On 06/09/02, 06:01:56PM +0200, Rocco Rutte wrote: > > Looking at Sven's Installation Examples, I see outputted > > logs showing the results of configure, make and make > > install. Am I correct to assuming that these are > > generated automatically? > > Yes and no. What do you mean with automa

OT: Making Mutt: log files

2002-06-09 Thread John P Verel
I'm getting set to do my first non-rpm install of mutt and therefore my first usage of make. Looking at Sven's Installation Examples, I see outputted logs showing the results of configure, make and make install. Am I correct to assuming that these are generated automatically? TIA John

Re: Default folder for save attachements

2002-06-05 Thread John P Verel
A variation on the below, given to this list by Mikko Hanninen, 4/2/00: macro attach s /mnt/vfat/john/muttattachments/ John On 06/05/02, 11:13:56PM +0200, Nicolas Rachinsky wrote: > * Oliver Fuchs <[EMAIL PROTECTED]> [2002-06-05 22:39 +0200]: > > can I define a default folder for saving attachme

How to save copy of resent message?

2002-06-05 Thread John P Verel
I note that if I resend a message from, say, my outbox by doing ESC e to open it, edit and send the new message, no copy of the newly edited and sent message is placed in my outbox. Is there a way to change this behavior? BTW, the resend-message function does not appear the manual for 1.2.5, but

Re: to save tagged messages

2002-05-29 Thread John P Verel
of a mutt is made :-) > > Seriously, though, building the source from scratch is pretty simple if > you keep it stock. > Well, I'll have a look ... notwithstanding that this may compromise my signature, of course ;) -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: to save tagged messages

2002-05-29 Thread John P Verel
On 05/29/02, 04:51:12PM -0500, David T-G wrote: > John -- > So when are you going to bump to 1.4? :-) Well, I'm a Venerable RPM sissy ;). I'm supposing it won't be long 'till that day for 1.4 ... unless there's a site with one already built? -- John P. V

Re: to save tagged messages

2002-05-29 Thread John P Verel
Yet another cool mutt feature (is there no end ;). I'd missed this one. Thanks, David :) On 05/29/02, 03:28:02PM -0500, David T-G wrote: > ...and then John P Verel said... > % Also, AFAIK, you'll need to create the folder outside of Mutt before > % saving to it. Just

Re: to save tagged messages

2002-05-29 Thread John P Verel
> Also, AFAIK, you'll need to create the folder outside of Mutt before saving to it. Just do: $ touch ~/Mail/foo then as Patrick wrote above. -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: alphabetically listing

2002-05-22 Thread John P Verel
20 06:33 accounts/ > drwx-- 5 kvh users 120 Oct 20 06:33 tvguide/ > drwx-- 5 kvh users 120 Oct 20 06:33 postponed/ > drwx-- 5 kvh users 120 Oct 20 06:33 receipts/ -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: Collapse all by default

2002-05-21 Thread John P Verel
efault. This sorts by thread, collapses them and puts you at the top of the folder: folder-hook . 'push otV Note that this is simply the sequence of keys you'd push to do it manually. -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: Still fighting to get clickable URLs via w3m

2002-05-13 Thread John P Verel
-dump %s | a2ps -c --borders=no --margin=36 --center-title= Note that this also allows me to print via a2ps, if desired. HTH. John -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: Re: Outlook pst import: What about awk?

2002-04-17 Thread John P Verel
hour=substr($6,1,2); > min=substr($6,4,4); > if ($7=="PM") hour+=12; > date= "" wday " " mon " " mday " " hour ":" min " " year > print "From &quo

Re: Re: Outlook pst import: What about awk?

2002-04-16 Thread John P Verel
#x27; Suchanek wrote: > On Sun, Apr 14, 2002 at 11:53:57AM -0400, John P Verel wrote: > > David, > > > > > > As suggested, here's the first two messages from the file. The messages > > bodies, which were just plain text, are omitted for confidentiali

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

2002-04-16 Thread John P Verel
ROTECTED]>. I run the output of this though formail and, no matter what options I try, it will only generate a From_ entry for the first mail message. The rest of the messages are unaffected. man formail recommends formail -ds >new_mailbox. This does not work. Any suggestions> -- John P. Verel Living Proof That Low Tech Beats High Tech!

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

2002-04-14 Thread John P Verel
Keith A.(NXI); Verel,John(NXI) Cc: Goldstein,Irving V.; Chazaud, Diana; Taylor, Gabriella Subject: [Deleted] >Message here, deleted Thank you, David, and all. John -- John P. Verel Living Proof That Low Tech Beats High Tech!

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

2002-04-13 Thread John P Verel
e the -b switch to stop this. However, in no case does Mutt recognize the box as a valid mbox. Any ideas? Thanks. John -- John P. Verel Living Proof That Low Tech Beats High Tech!

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

2002-04-11 Thread John P Verel
t stops there, not processing any other messages. As this is my first this is my first go with formail, I'm surely missing something. Any guidance will be appreciated. Thanks. -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: How to convert Outlook *.pst files to mbox format?

2002-04-09 Thread John P Verel
vailable to browse in mutt, this will be fine. A good weekend project ahead of me. Thanks! -- John P. Verel Living Proof That Low Tech Beats High Tech!

How to convert Outlook *.pst files to mbox format?

2002-04-09 Thread John P Verel
This may be an FAQ, but I couldn't come up with it. I have substantial *.pst files from Microsoft Outlook from work which I want to convert to mbox format. Any pointers on this will be gratefully appreciated. -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: thread view

2002-03-26 Thread John P Verel
> ...and then Eduardo Gargiulo said... > % How can i configure muttrc to collapse thread messages ? I use: folder-hook . 'push otV Sets sort order to thread, collapses all, puts you at top of the list. John - John P. Verel Living Proof That Low Tech Beats High Tech!

Re: Index format

2002-02-06 Thread John P Verel
mutt-users 'set index_format="%4C %Z %{%b %d} > %-15.15t (%4l) %s"' > > The above doesnt work in that ~/Mail/Outgoing/mutt-users gets the same > index as whatever is set as the default for all folders. > > Thanks > > Pat -- John P. Verel Living Proof That Low Tech Beats High Tech!

Sorceforge bouncing mail: "Create Postmaster Account" ??

2002-02-02 Thread John P Verel
envelope_from="yes" set use_from=yes my_hdr From: John P Verel <[EMAIL PROTECTED]> The From above is my true address at optonline. I'm completely baffled on this one. -- John P. Verel Living Proof That Low Tech Beats High Tech!

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

2002-01-31 Thread John P Verel
as others have said. My model is Mutt/Slrn/Vim. Fabulous all around. The threading can not be beat, IMHO :) -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: how to keep threads collapsed, in a mailbox index, when mail arrives?

2002-01-19 Thread John P Verel
> collapsing threads with new mail in them. > > thanks, but i want the threads to remain collapsed whether they have > new mail or just received new mail and thus get un-collapsed. > > w/ collapse_unread=no, i can't collapse threads at all. w/ > collapse_unread=yes, i c

Re: envelope ?

2002-01-10 Thread John P Verel
to forward mail from it. HTH John On 01/10/02, 09:07:55AM -0800, Todd Kokoszka wrote: > > > > What is the envelope_from setting and how is it > > > different from the From: field? Does anyone know > > where > > > I can learn how these function? -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: Please help verify my procmail settings to go with mutt

2001-12-31 Thread John P Verel
; > If I can not handle multiple accounts well with mutt, I may need to go > back to Mozilla or Netscape, which are so heavy. > > Thank you in advance, > charlie > > -- > Charles Jie (¬ö¬K¿³) Keya Technologies (¶}¶®¬ì§Þ) > (O) +886 2 2936 0813 (Mobile) 0920 397 746 -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: auto_view problem

2001-12-17 Thread John P Verel
s just fine: > > image/*; anytopnm %s|pnmscale -xs 70 |ppmtopgm|pgmtopbm|pbmtoascii; \ > copiousoutput > > Any ideas what's wrong? > > -- > FreeBSD 4.4-STABLE > 7:24PM up 6:19, 9 users, load averages: 0.12, 0.09, 0.05 -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: Mutt file browser question

2001-12-17 Thread John P Verel
+++ UL++ P+ L+++ E--- W+++ N++ o-- K++ w-- > O M- V- PS+ PE+++ Y+ PGP++ t 5++ X++ R tv- b+++ DI+ D > G e* h! r y? > --END GEEK CODE BLOCK-- -- John P. Verel Living Proof That Low Tech Beats High Tech!

Getting rid of quotes in name (new thread;)

2001-12-17 Thread John P Verel
Yep, losing the period did it. Thanks, David John On 12/17/01, 09:13:56AM -0500, David T-G wrote: > John -- > > ...and then John P . Verel said... > % > % Nowif I could just figure out how to keep Mutt from putting double > % quotes around my name in the from line? &g

Re: abort_nosubject=ask-no not working as expected

2001-12-17 Thread John P . Verel
Thanks. That works. Nowif I could just figure out how to keep Mutt from putting double quotes around my name in the from line? John On 12/16/01, 11:23:41PM -0500, Ken Weingold wrote: > On Sun, Dec 16, 2001, John P . Verel wrote: > > Does the abort_nosubject option work in 1

abort_nosubject=ask-no not working as expected

2001-12-16 Thread John P . Verel
Does the abort_nosubject option work in 1.2.5? My .muttrc entry is: set abort_nosubject=ask-no Based on the manual, I'd have thought that when I press y to send a message with no subject, I would not be prompted to abort or send. Yet, I'm still asked. What am I missing? TIA

Re: How to eliminate vim temporary files?

2001-12-16 Thread John P. Verel
it for me is that the set command needed the quotes around it to work. Otherwise it thought "nobackup" was a file name. man vim said double quotes, but the above seems to work fine. John On 12/16/01, 02:14:10PM -0800, Will Yardley wrote: > John P. Verel wrote: > > > > I

How to eliminate vim temporary files?

2001-12-16 Thread John P. Verel
et editor ="vim +/^$" My .vimrc looks like this: set nocompatible set textwidth=72 set incsearch set nu set showmatch set nohlsearch set bs=2 set shm=atI set joinspaces set magic set title set backup set shiftwidth=3 :filetype on :autocmd FileType c,cpp,java :set cindent syntax on TI

Re: Vim colors?

2001-11-17 Thread John P. Verel
/ > Auctioning many Linux, Java, NT, SilverStream books: > >http://cgi6.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewListedItems&userid=tparkin > IM me: Yahoo: seanleblancathome ICQ: 138565743 MSN: seanleblancathome AIM: >sleblancathome -- John P. Verel Norwalk, Connecticut

Re: Wrapping Text

2001-10-25 Thread John P. Verel
all printouts real purdy ;) John On 10/25/01, 08:45:37AM -0700, Michael Montagne wrote: > Thanks, I tried that and it only controls the display. Printing is > unaffected. > > > On Wed, Oct 24, 2001 at 10:43:44PM -0400, John P. Verel wrote: > > You may want to have a look

Re: Wrapping Text

2001-10-24 Thread John P. Verel
tt viewer for mail i receive does not control the width. I know I'm > missing something. > > thanks > -mjm > > -- > Michael Montagne > [EMAIL PROTECTED] > http://www.boora.com -- John P. Verel Norwalk, Connecticut

Re: OT Procmail rule not working.

2001-10-24 Thread John P. Verel
-rw--- 1 cconstan 9387453 Oct 24 11:03 mutt-users.01Oct24 > -rw--- 1 cconstan 232405 Oct 18 08:26 uvsubnet > > > Anyone have ideas as to why this isn't working correctly? > > Thanks. > > -- > Carl B. Constantine University of Victoria > Programmer Analysthttp://www.uvic.ca > UNIX System Administrator Victoria, BC, Canada > [EMAIL PROTECTED] -- John P. Verel Norwalk, Connecticut

Re: Tag Multiple Attachments?

2001-10-19 Thread John P. Verel
orking, but the * to show it was not. In my effort to streamline the file folder display, I outdid myself. Moral here? RTF.muttrc, John ;( Cheers John On 10/19/01, 12:10:13AM -0400, John P. Verel wrote: > Well, I just tried something, with interesting result. I went to the > attach menu an

Re: Tag Multiple Attachments?

2001-10-18 Thread John P. Verel
enter after > tagging everything and you should be good to go. > > Shawn > > Previously, John P. Verel wrote: > % That's what I do. All that happens is the cursor moves to the next file > % name. > % > % The manual notes that typing upper case A allows for taggi

Re: Tag Multiple Attachments?

2001-10-18 Thread John P. Verel
o far. On 10/17/01, 05:43:40PM -0700, Igor Pruchanskiy wrote: > On Wed 17 Oct 2001, John P. Verel wrote: > > Hi. I sometimes want to attach multiple files from the same directory. > > I've tried to tag while in the attachment menu, but no luck. Couldn't > > fin

Re: How to "un-attach?"

2001-10-04 Thread John P. Verel
n R. Miller writes: > > Thus spake John P. Verel ([EMAIL PROTECTED]): > > > > > I sometimes accidentally attach the wrong file to a message. I can't > > > figure out how to to "un-attach it". Can anyone help on this? > > > > Try hi

How to "un-attach?"

2001-10-03 Thread John P. Verel
Hi. I sometimes accidentally attach the wrong file to a message. I can't figure out how to to "un-attach it". Can anyone help on this? Thanks. -- John P. Verel Norwalk, Connecticut

Re: Procmail/sed/New Mail flag problem solved, FYI (somewhat long) -- new recipe sucess

2001-09-23 Thread John P. Verel
Aaron, and list: Aaron's suggested recipe works beautifully. In particular, it fixed the odd "Assigning..." log entry. Thanks! On 09/22/01, 10:56:45PM -0400, John P. Verel wrote: > Aaron, > > Interesting. Your use of the "only if the above succeeded" is &

Re: Procmail/sed/New Mail flag problem solved, FYI (somewhat long)

2001-09-22 Thread John P. Verel
ur note. On 09/22/01, 08:02:20PM -0500, Aaron Schrab wrote: > At 14:09 -0400 22 Sep 2001, "John P. Verel" <[EMAIL PROTECTED]> wrote: > > :0 fw: > > * ^TO_kde-linux > > | sed -e '/Subject:/s/\[kde-linux\] //g' >> KDE-linux > > > > W

Procmail/sed/New Mail flag problem solved, FYI (somewhat long)

2001-09-22 Thread John P. Verel
s that using the f (consider the pipe a filter) and w (wait for the filter to finish and check its exit code) were not doing what I intended. Rather than simply allowing time for the sed edit to operate, procmail was sending the mail to the correct box, but was continuing to process succeeding recipes, ultimately setting the flag on mbox. I fixed this by removing the flags and the lock (:). New recipe looks like this :0 * ^TO_kde-linux | sed -e '/Subject:/s/\[kde-linux\] //g' >> KDE-linux This solved the problem. -- John P. Verel Norwalk, Connecticut

Re: WTC and Pentagon disaster

2001-09-11 Thread John P. Verel
://ailbhe.ossifrage.net/ -- John P. Verel Connecticut? You bettor believe!

Segfault in Mutt 1.2.5i, while executing $ update

2001-07-17 Thread John P. Verel
messages). Instead, I got a segfault. Also, it turned the text on my gnome-terminal blue (sadness, I suppose) John -- John P. Verel Norwalk, CT

Re: mail sorting

2001-07-16 Thread John P. Verel
> > > > Something like Sorting Office. Maybe it's explained some ware already. > > I ment sorting to different folders without procmail. > Something like fcc-hook but for incoming messages. > -- > Lukasz Zamel <[EMAIL PROTECTED]> > Reg. Linux User: #202048 > Wszystko jest mozliwe pod warunkiem, > ze nie wiesz o czym mowisz. -- John P. Verel Norwalk, CT

Printing in Vim: Solved via Oualline's book

2001-07-14 Thread John P. Verel
One thing that Oualline's new Vim book solved for me (dummy me) is how to print to a system printer from within vim: :w ! lpr Works like a charm, especially in visual mode. Am I the only one who'd been stymied at how to print from within vim? -- John P. Verel Norwalk, CT

OT (sort of): New Vim Book

2001-07-14 Thread John P. Verel
;Learning the vi Editor" There is an excellent tutorial section to begin the book, followed by a through reference section. I find the illustrations to be a particularly helpful feature. It's terrific to have all this on Vim in one printed place. -- John P. Verel Norwalk, CT

Re: Returning to mutt session while viewing attachment?

2001-06-19 Thread John P. Verel
Merci! On 06/19/01, 11:45:05PM -0400, Brendan Cully wrote: > On Tuesday, 19 June 2001 at 23:40, John P. Verel wrote: > > Hi, Brendan. > > > > Thanks for a cool script! Its beauty is what is accomplished in just 5 > > lines! Two questions, though, if I may? > >

Dependency problem: OpenSSL and Mutt 1.3.18i-2

2001-06-08 Thread John P. Verel
ge as openssl. I have openssl-0.9.6-3 installed, running a stock Red Hat 7.1 installation. Can anyone suggest a solution? Thanks. John -- John P. Verel Norwalk, CT

Re: Word Wrap

2001-05-21 Thread John P. Verel
;:set wrap' +\`awk'/^$/ {print i+2; >exit} {i++}' %s\` %s" > > -- > Suresh Ramasubramanian + Wallopus Malletus Indigenensis > mallet @ cluestick.org + Lumber Cartel of India, tinlcI > EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin -- John P. Verel Norwalk, CT

Re: Word Wrap

2001-05-21 Thread John P. Verel
" fo == formatoptions > set ft=mail" ft == filetype > set tw=72 " tw == textwidth > > use :help to describe these. Setting ft=mail will also (I > believe) set fo to the right options. > > (darren) > > -- > Any technology indistinguishable from magic is insufficiently advanced. -- John P. Verel Norwalk, CT

Re: scrolling in a message

2001-04-15 Thread John P. Verel
; > out what I need to change within KDE to make it work. > > I have found that using the key instead of the Backspace key works > when the Backspace key doesn't. The key has always worked for me > to scroll down one line. > > -- > David Rock > [EMAIL PROTECTED] -- John P. Verel Norwalk, CT

Re: scrolling in a message

2001-04-14 Thread John P. Verel
o, behavior is somewhat a function of how you run mutt. For instance, I run inside a KDE2.1 Konsole. Konsole allows choice of keyboard mappings. I've had to fiddle with this setting and provide for some explicit mappings in my .muttrc to get what I want. John > > -- > Linux: The Choice of the GNU Generation > -- John P. Verel Norwalk, CT

Re: How to display a mail in raw format

2001-04-13 Thread John P. Verel
On 04/13/01, 04:10:46PM +0200, Thomas Roessler wrote: > On 2001-04-13 09:33:17 -0400, John P. Verel wrote: > > > If I press 'e' with $editor set to vim, I see all headers. > > Having pressed 'h' before makes no difference. I have not > > experiment

  1   2   >