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 (%addrs, $data,

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

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

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, last line)?

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 and

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 learn anything there. I've

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

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-terminal

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

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

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 is

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: 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

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 are

Re: odd behavior -- collapse-all, 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

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

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

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!abiwordSpace/tmp/foo.doc\r Almost. I got this to work: macro attach a save-entry\cubol~/tmp/foo.doc\n!AbiWord ~/tmp/foo.doc\n Without ^U, the original name of the attachment was being appended to foo.doc.

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) have AbiWord execute

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

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: 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 the

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' You

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: Outlook warning bar

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

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

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

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 obvious? how did you add these macros? To my embarrassment

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: 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.99

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-send

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

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: 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 system

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 manual

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 -- which seems

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

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: 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 this particular machine, versus rpm installed. Who

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: 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 automatically?

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

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,

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 save-entrybol/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

Re: to save tagged messages

2002-05-29 Thread John P Verel
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: 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 do: $ touch ~/Mail/foo

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. Verel Living Proof That Low Tech Beats

Re: to save tagged messages

2002-05-29 Thread John P Verel
:-) 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: alphabetically listing

2002-05-22 Thread John P Verel
: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: Still fighting to get clickable URLs via w3m

2002-05-13 Thread John P Verel
--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
a header # just print the eaten line print from } # not even after From: # nothing special print $0 } } -- 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-16 Thread John P Verel
generate a From_ entry for the first mail message. The rest of the messages are unaffected. man formail recommends formail -ds old_mailbox 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 about awk?

2002-04-16 Thread John P Verel
: 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 confidentiality: From: Robert F. Hugi [[EMAIL PROTECTED]] Sent: Tuesday

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

2002-04-14 Thread John P Verel
: 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
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
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!

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: How to convert Outlook *.pst files to mbox format?

2002-04-09 Thread John P Verel
, this will be fine. A good weekend project ahead of me. Thanks! -- 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 otescVhome 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
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
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
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
-collapsed. w/ collapse_unread=no, i can't collapse threads at all. w/ collapse_unread=yes, i can at least collapse the threads after they had been un collapsed on receiving new mail. - parv -- -- John P. Verel Living Proof That Low Tech Beats High Tech!

Re: envelope ?

2002-01-10 Thread John P Verel
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

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.2.5? My .muttrc

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? You should have started

Re: Mutt file browser question

2001-12-17 Thread John P Verel
+ 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!

How to eliminate vim temporary files?

2001-12-16 Thread John P. Verel
+/^$ 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 TIA John -- John P. Verel Living

Re: How to eliminate vim temporary files?

2001-12-16 Thread John P. Verel
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'm running Mutt 1.2.5i, using vim5.8 as editor. I want

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 -- John P

Re: Vim colors?

2001-11-17 Thread John P. Verel
books: http://cgi6.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewListedItemsuserid=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
, 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 at smart_wrap, item 6.3.182 in the manual (F1). John On 10/24/01, 05

Re: OT Procmail rule not working.

2001-10-24 Thread John P. Verel
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: Wrapping Text

2001-10-24 Thread John P. Verel
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: Tag Multiple Attachments?

2001-10-19 Thread John P. Verel
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 and pressed t twice. No * showed up

Re: Tag Multiple Attachments?

2001-10-18 Thread John P. Verel
. 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 find anything in the on-line help. The ? indicated t

Re: Tag Multiple Attachments?

2001-10-18 Thread John P. Verel
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 tagging and % attaching multiple messages (not files) and that works for me

Re: How to un-attach?

2001-10-04 Thread John P. Verel
. 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 highlighting the attachment in the compose menu and hitting 'D' (however, not 'd

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 something I'd not thought of. If would fix

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

2001-09-22 Thread John P. Verel
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
Thank you. As I work on Wall Street, this was an awful day. I'm well, as are family and friends...so far. John On 09/11/01, 05:36:03PM +0100, Ailbhe Leamy wrote: My thoughts are firmly with anyone bereaved by this disaster. Ailbhe -- Homepage: http://ailbhe.ossifrage.net/ -- John P

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
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

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? What is the purpose of the sleep command

Dependency problem: OpenSSL and Mutt 1.3.18i-2

2001-06-08 Thread John P. Verel
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
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: Word Wrap

2001-05-21 Thread John P. Verel
; 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: scrolling in a message

2001-04-15 Thread John P. Verel
to change within KDE to make it work. I have found that using the Del key instead of the Backspace key works when the Backspace key doesn't. The Enter 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
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
$editor set to vim, I see all headers. Having pressed 'h' before makes no difference. I have not experimented with other editors (emacs, joe, pico, etc) to see if there is any difference in behavior. John (darren) -- What you do instead of your real work *is* your real work. --

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 experimented with other editors (emacs, joe, pico, etc) to see

Re: How to display a mail in raw format

2001-04-12 Thread John P. Verel
e into an editor and look at a particular message. Did I miss how to do it in the docs? Thank you. Toby -- Mike Broome mbroome(at)employees.org -- John P. Verel Norwalk, CT

Re: vim and mutt question

2001-03-24 Thread John P. Verel
l message that should be the first line after all the headers, no matter how many header lines there are. Hey Tim! A great one. Thanks! I'd just been doing vim + on my editor line, taking to the bottom of a new mail. This is much better. Thanks! John -- John P. Verel Norwalk, CT

Mutt keymapping problem in KDE2.1 Konsole 1.0.1

2001-03-18 Thread John P. Verel
o not work. (They should provide scroll up, top and bottom of message respectively). The mapping within Konsole which does work is labeled "xterm (XFree 3.x.x). It does map these keys correctly. Is this an issue? This problem does not occur within a plain xterm, nor an rxvt. -- John P. Verel Norwalk, CT

Re: Mutt keymapping problem in KDE2.1 Konsole 1.0.1

2001-03-18 Thread John P. Verel
, John P. Verel ([EMAIL PROTECTED]) a ecrit... I just upgraded to KDE2.1. I run Mutt within a Konsole version 1.0.1. It's default keyboard mapping has apparently changed with the upgrade, now defaulting to "xterm (XFree 4.x.x)" This mapping does not work correctly in Mutt. Sp

  1   2   >