Re: Bug in mutt set index_format?

2001-03-11 Thread John P. Verel
release of Mutt is 1.2.5. You really should upgrade. Cheers. John -Ken -- [EMAIL PROTECTED] AIM: ScopusFest -- John P. Verel Norwalk, CT

Re: Bug in mutt set index_format?

2001-03-11 Thread John P. Verel
d it. -Ken Yep, he had the format wrong, for sure. I just had a look in the on line manual and there's nothing in there to show the use of quotes, although that's how I do it, probably based on Sven's sample .muttrc. :) Perhaps the manual could use and example using qoutes, no? -- John P. Verel Norwalk, CT

Re: Line length using EDITOR=emacs

2001-03-07 Thread John P. Verel
: (setq default-major-mode 'text-mode) (add-hook 'text-mode-hook 'turn-on-auto-fill) Should fix the problem. -- John P. Verel Norwalk, CT

Re: mutt praise (was: Re: Replying to From: address)

2001-03-02 Thread John P. Verel
On 03/02/01, 11:22:34AM -0500, Ken Weingold wrote: On Thu, Mar 1, 2001, John P. Verel wrote: On 03/01/01, 09:45:10PM +0100, Michael Tatge wrote: Dirk Laurie muttered: Is there a mutt function that lest me reply to the "From" address even when "Reply-

Re: Replying to From: address

2001-03-01 Thread John P. Verel
k. Hey this is cool. I'd missed this one for a couple of years. Thanks, Michael! John -- John P. Verel Norwalk, CT

Re: collapse threads

2001-02-25 Thread John P. Verel
ck and cheers! John -- John P. Verel Norwalk, CT

Re: [OT] w3m Configuration Problem

2001-01-29 Thread John P. Verel
to enscript. Thanks, Gary, for the help on this. -- John P. Verel Norwalk, CT

Re: [OT] w3m Configuration Problem

2001-01-28 Thread John P. Verel
wrote: Hello John! On Sat, 27 Jan 2001, John P. Verel wrote: I've just installed w3m 0.1.9-6, wanting to try it as my Mutt pager, from the RedHat Power Tools distro. I've moved the default config file into ~/.w3m/ (named config) When I start w3m with a fully expanded url, I get

[OT] w3m option setting [Was: [OT] w3m Configuration Problem]

2001-01-28 Thread John P. Verel
I cannot figure how to save options in the options screen in w3m? John On 01/28/01, 01:24:37PM -0500, John P. Verel wrote: Hi, Wilhelm. Well, I wimped out and got the w3m-0.1.11-0.1mdk rpm and re-installed. All's well. FWIW, my first reaction is that w3m is way better that lynx

Printing w3m pages attachment: Looking for mailcap entry.

2001-01-28 Thread John P. Verel
I'm looking for a good mailcap entry to print from a w3m paged html attachment from within mutt. Any suggestions? TIA -- John P. Verel Norwalk, CT

Printing w3m paged attachment

2001-01-28 Thread John P. Verel
w3m. On 01/28/01, 02:58:51PM -0500, John P. Verel wrote: I'm looking for a good mailcap entry to print from a w3m paged html attachment from within mutt. Any suggestions? TIA -- John P. Verel Norwalk, CT -- John P. Verel Norwalk, CT

Attachment on a selective basis?

2001-01-05 Thread John P. Verel
I sometimes have to send a message with a very large attachment, e.g. in excess of 2 meg. I'd like to sent a cc of this message WITHOUT the attachment to another recipient. Is there a way I can do this? TIA -- John P. Verel Norwalk, CT

Re: Attachment on a selective basis?

2001-01-05 Thread John P. Verel
On 01/05/01, 05:43:50PM -0800, Mike E wrote: * John P. Verel ([EMAIL PROTECTED]) wrote: I sometimes have to send a message with a very large attachment, e.g. in excess of 2 meg. I'd like to sent a cc of this message WITHOUT the attachment to another recipient. Is there a way I can do

qmail bounces mutt but accepts Eudora?

2000-12-30 Thread John P. Verel
. I'll be glad to send all the headers, etc, on request but will spare the bandwidth for the rest of the world. -- John P. Verel Norwalk, CT

Re: qmail bounces mutt but accepts Eudora?

2000-12-30 Thread John P. Verel
On 12/30/00, 07:20:30PM -0600, Jeremy Blosser wrote: John P. Verel [[EMAIL PROTECTED]] wrote: I belong to a mailing list hosted by coollist.com. They apparently run qmail. If I post using Eudora, it goes through just fine. If I post with mutt, I get bounced. When bounced, the message I

Segfault in 1.2.5i -- Update

2000-12-23 Thread John P. Verel
' folder-hook . 'push otescVhome' If I: Open a folder Execute order|date|END Scroll with an arrow key to a new article in the index Execute order|thread Press the up arrow I always get a segfault. This occurs regardless of folder. -- John P. Verel Norwalk, CT

OT: Setting Font in a Console

2000-12-22 Thread John P. Verel
I'd like to change the font when running mutt in a console. I seem, based on output from set, to be running at 80 columns by 25 lines, a huge font for a 19" monitor. I'm finding the documentation on terminfo, console, ncurses, etc, etc more than a bit difficult to work through. Can someone

Re: Preventing CC from appearing at all when composing messages?

2000-11-26 Thread John P. Verel
On 11/26/00, 12:39:28AM -0500, Lloyd Zusman wrote: Is there a way to prevent the Cc: header from appearing when composing or replying to messages? Have a look at the mutt manual, section 3.13. You can do the following in your .muttrc (eliminating "cc" from the hdr_order setting: # - - - - -

Re: OT (sort of): VIM/ex/tr question

2000-11-26 Thread John P. Verel
Per Steve Kirkendall in comp.editors, this works: :g/\s/j One must admire the beauty and simplicity of this. On 11/25/00, 03:13:48PM -0500, John P. Verel wrote: Greetings. I have a vim file which, in general, resembles this: Hello world Hello world I want

Re: OT (sort of): VIM/ex/tr question

2000-11-26 Thread John P. Verel
On 11/26/00, 10:17:08PM -0500, davidturetsky wrote: :g/$/j Yes, it does. But I can't figure out why it should. $ indicates last line in stdin, right? So, how does this work?

OT (sort of): VIM/ex/tr question

2000-11-25 Thread John P. Verel
Greetings. I have a vim file which, in general, resembles this: Hello world Hello world I want to concatenate Hello and world. fmt won't do because Hello ends with a newline character. I've tried the following (in vim 5.7), which does not work: :g/\s*/!!tr

Segfault in 1.2.5i

2000-11-01 Thread John P. Verel
I can always produce a segfault with the following sequence, while in in a folder: order|date|End|Order|Thread|Up Arrow I have the following in my .muttrc, which may be germane: folder-hook . 'push escV' I'm running Red Hat 7, 2.2.16-22. I do not recall this happening in 1.2i (which I was

Re: Segfault in 1.2.5i

2000-11-01 Thread John P. Verel
I've just determined that this is confined to one particular folder. On 11/01/00, 09:15:47PM -0500, John P. Verel wrote: I can always produce a segfault with the following sequence, while in in a folder: order|date|End|Order|Thread|Up Arrow I have the following in my .muttrc, which may

URLs in Konsole

2000-08-25 Thread John P. Verel
When running mutt in a Gnome terminal, a url can be identified by the moving the cursor over it, whereupon it changes to a hand. Upon right click, one can start Netscape with the url. I'm unable to find an analog to this in KDE Konsole 0.9.11, my current installation. Anyone know if this can

OT: HTH?

2000-07-01 Thread John P. Verel
What does HTH mean?

How to edit a forwared message?

2000-06-27 Thread John P. Verel
I can't figure out how to foward a message and edit the original message. I'm using emacs -nw as my editor. The forwarded message shows up as an attachment, which I can't figure out how to edit. Thanks. John

Attachment Decoding Problem

2000-05-27 Thread John P. Verel
I've received a couple of attachments which are MS Word in format. They were forwarded to me by another recipient. The attachments are preceded by the following text: UUEncoded file named: 1073313B.doc follows) (Its format is: Lotus Manuscript 1.0 ) Following that is the ASCII encoded mess.

Re: Attachment Decoding Problem

2000-05-27 Thread John P. Verel
On 05/27/00, 09:16:03PM -0400, David T-G wrote: % % The attachments are preceded by the following text: % % UUEncoded file named: 1073313B.doc follows) % (Its format is: Lotus Manuscript 1.0 ) Here's your answer: instead of having been encoded with a modern MIME method (base64 or

Autoview/HTML problem

2000-05-08 Thread John P. Verel
Hi. I'm having a problem with autoview with Netscape. What I want to do is have mutt launch Netscape if not running, use as remote if already running. My .mailcap includes: text/html; netscape -remote 'openURL(%s)'; copiousoutput; My .muttrc includes: auto_view text/html If I have Netscape

Re: Specifiying directory to save attachments.

2000-04-02 Thread John P. Verel
Thanks, Jim and Mikko. I'll report back..with success, I'm sure :) John On 04/02/00, 02:00:27PM +0300, Mikko Hänninen wrote: Jim Toth [EMAIL PROTECTED] wrote on Sun, 02 Apr 2000: macro attach s S^A~/mutt/RTFM/ This could also be re-written as macro attach s save-entrybol~/mutt/RTFM/

Specifiying directory to save attachments.

2000-04-01 Thread John P. Verel
I'd like to be able to save attachments to a specific directory. I don't see any way to set this up in the configuration file. I do, however, have Sven's sample .muttrc which as a macro to do aid in this.which, unfortunately, I do not understand. Sven's macro reads: macro attach s

Return Receipt?

2000-03-21 Thread John P. Verel
A quick one...can mutt ask for a return receipt? John

Re: New Mail Polling

2000-03-14 Thread John P. Verel
On 03/14/00, 09:36:28PM +0200, Mikko Hänninen wrote: David DeSimone posted a few days ago a very good reply in another thread which explains how Mutt detects new mail (for the usual mbox folders). Basically, it compares the "last accessed" and "last modified" times for a file. If "last

Re: New Mail Polling

2000-03-13 Thread John P. Verel
biff-like clients and see how that goes. On 03/13/00, 08:10:42AM +, Telsa Gwynne wrote: On Sun, Mar 12, 2000 at 09:13:59PM -0500 or thereabouts, John P. Verel wrote: I am trying to understand how the status indicator in the folder list (if I'm using the term correctly), gets updated

New Mail Polling

2000-03-12 Thread John P. Verel
I am trying to understand how the status indicator in the folder list (if I'm using the term correctly), gets updated to show new mail in a folder. I've got a half dozen folders created by procmail. My mail_check is set to 5. It often happens that I find new mail within a folder (and new

Re: formatting and printing messages with long lines

2000-03-12 Thread John P. Verel
On 03/06/00, 09:24:12PM +0100, [EMAIL PROTECTED] wrote: Hello, I'm searching a solution to properly print messages with paragraphs in long single lines (in fact, like this one...). I use enscript with excellent results. Here's the entry from my .muttrc file: set print_command="enscript -f

Converting Eudora Aliases to Mutt Aliases

2000-03-11 Thread John P. Verel
I have a long list of Eudora aliases, which look, by and large, to be in the correct format for import into Mutt. Does anyone have any tips, suggestions, on the conversion process? Thanks. John

[jverel@home.com: Re: Gnome Sound -- Startup wav not working]

2000-03-08 Thread John P. Verel
in that boot session. I've tried killing esd, clearing out lock files, temp files, etc. Still baffled On Mon, Mar 06, 2000 at 11:31:32PM -0500, John P. Verel wrote: Here's some more on this problem. - The startup wav fails only in Gnome, but not in KDE. - The wav file works fine

Appoligies for posting mistake.

2000-03-08 Thread John P. Verel
I appologise for the error in my just posted question on GNOME. Sorry. :(

Re: Reading HTML Attachments

2000-03-05 Thread John P. Verel
of that menu, the option "open in browser" will appear. i'm sure you can figure out the rest. =8] hth, pete On Wed, 01 Mar 2000, John P. Verel wrote: Kevin, Thanks. Worked like a charm! Now, next project is to be able to "click" on imbeded hyperlinks. The mutt

Re: emacsclient

2000-03-04 Thread John P. Verel
Have a look at the emacs FAQ. You call emacsclient from your .muttrc It calls Emacs, if it is already running, and uses it as a server. The FAQ is pretty clear on this. Regards, John On Thu, Mar 02, 2000 at 06:36:15PM -0800, ashley wrote: I'm new to mutt. I read in the FAQ about emacsclient

Re: Reading HTML Attachments

2000-03-03 Thread John P. Verel
Michael, Thanks for your script :) Am I correct to assume that I save it under some name somewhere in my path and call it from the ~/.urlview COMMAND line? Thanks. John On Fri, Mar 03, 2000 at 01:55:00PM -0500, Michael Sanders wrote: On Thu, Mar 02, 2000 at 08:54:33PM -0500, John P. Verel

Re: Reading HTML Attachments

2000-03-02 Thread John P. Verel
if not open and/or same question for lynx? Thanks for the great support, folks! :) John On Thu, Mar 02, 2000 at 07:24:59AM +0200, Mikko Hänninen wrote: John P. Verel [EMAIL PROTECTED] wrote on Wed, 01 Mar 2000: Now, next project is to be able to "click" on imbeded hyperlinks.

Reading HTML Attachments

2000-03-01 Thread John P. Verel
Hi. I've got mutt loaded with the default mime types and mailcap file that came with the distro and am running under RH 6.1 When I attempt to view attached HTML, I get the following message: sh: syntax error near unexpected token `openURL('' sh: -c: line 1: `netscape -remote

Re: Reading HTML Attachments

2000-03-01 Thread John P. Verel
06:58:08PM -0800, -kevin- wrote: John, On 00-03-01 20:46, John P. Verel wrote: My mailcap entry looks like this: text/html; netscape -remote openURL\(%s\) Change to: text/html; netscape -remote 'openFile(%s)';copiousoutput -- -* -kevin-*- -* sick wit

Re: Passing arguments to the Print_Commands Variable

2000-01-05 Thread John P. Verel
At 11:18 PM 01/04/00 , Mikko Hänninen wrote: John Verel [EMAIL PROTECTED] wrote on Tue, 04 Jan 2000: I'm trying to print using enscript. If I set the print_command variable to enscript, it prints fine. However, if I use any of the arguments available for enscript, such as the -f variable

<    1   2