Newbie Question: How to exit editor

1999-12-31 Thread John P. Verel
Good morning. When composing a message in Mutt 1.0pre3i, using Emacs or the built in editor, I cannot figure out how to exit the editor. Best I'm able to do is save the buffer as a temp file which then shows up as an attachment to my message. Is this the right way to do it? Or, is there a w

Re: Newbie Question: Can't find mime.types file

2000-01-02 Thread John P. Verel
Telsa, Thanks for your note! I hadn't thought to look at the source rpms. I'm about to go out of town for a week and will give a go at unpacking the source rpms on my return. I may, in fact, take you up on your kind offer to assist :) As to why the sample mime.types is not in usr/doc with t

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 v

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 openURL('/tmp/AP-A

Re: Reading HTML Attachments

2000-03-01 Thread John P. Verel
0 at 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)';copio

Re: Reading HTML Attachments

2000-03-02 Thread John P. Verel
launch Netscape 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 > >

Re: Reading HTML Attachments

2000-03-03 Thread John P. Verel
up as you suggested below What am I doing wrong? Thanks. John On Fri, Mar 03, 2000 at 01:21:24PM -0600, David DeSimone wrote: > John P. Verel <[EMAIL PROTECTED]> wrote: > > > > Question: How to get to launch Netscape if not open and/or same > > question for lynx? &

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

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

[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

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
, a menu will pop-up and, > at the bottom 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. Wor

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 sinc

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

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

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 corr

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

Return Receipt?

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

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 S^A~/Mai

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 ~/mutt/RTFM/ > >

"Mailbox was externally modified. Flags may be wrong."

2000-04-15 Thread John P. Verel
When I retreive a postponed email and then send it, I get this message: "Mailbox was externally modified. Flags may be wrong." Does this mean anything?

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

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 o

Screen refreshing issue in 1.2i

2000-06-23 Thread John P. Verel
If, with a full screen in a gnome terminal, I: 1) Execute o | d | end ... i.e., sort by date, go to end, then, 2) Go back to sort by thread...o | t... the screen blanks. If I scroll up, it repaints one message at a time. If I execute $, it repaints, but puts me at the head of the mail box.

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

OT: HTH?

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

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 be

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 V' I'm running Red Hat 7, 2.2.16-22. I do not recall this happening in 1.2i (which I was runnin

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 followi

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 '\n'

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 >

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?

Re: Resizing mutt windows

2000-11-28 Thread John P. Verel
On 11/29/00, 11:06:14AM +1100, Tom Nott wrote: > I'm running Mutt 1.2.5i in an xterm with TERM=xterm under Solaris 8. > > Is there any way to get mutt to notice that the terminal has been > resized? I've told it ^L but it blatently ignores me. Pine and other > programs have no troubles noticing t

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 sugge

Segfault in 1.2.5i -- Update

2000-12-23 Thread John P. Verel
#x27;push od' folder-hook . 'push otV' 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

qmail bounces mutt but accepts Eudora?

2000-12-30 Thread John P. Verel
list. 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 bounce

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 recipi

[OT] w3m Configuration Problem

2001-01-27 Thread John P. Verel
n 18?). Anyone help with this? TIA. -- John P. Verel Norwalk, CT

Re: [OT] w3m Configuration Problem

2001-01-28 Thread John P. Verel
emann 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) W

[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

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

Re: [OT] w3m Configuration Problem

2001-01-29 Thread John P. Verel
ssing 'p' while in the w3m pager will pipe a nicely formatted page to enscript. Thanks, Gary, for the help on this. -- John P. Verel Norwalk, CT

Re: collapse threads

2001-02-25 Thread John P. Verel
g default. This does the following: - sorts my inbox and outbox by date and displays only new messages; - sorts everything else by threads and then collapses them. You could insert (say) mutt for the dot. Note my comment to myself. I found that the order of fol

Re: Replying to "From:" address

2001-03-01 Thread John P. Verel
with > sent- or folder-hook. Hey this is cool. I'd missed this one for a couple of years. Thanks, Michael! John -- 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

Re: Line length using EDITOR=emacs

2001-03-07 Thread John P. Verel
t; > Robert Put this in .emacs: (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: Bug in mutt set index_format?

2001-03-11 Thread John P. Verel
Be sure to set the default one, e.g. the dot version as above, AFTER any specific folder settings for expected behavior. Also, the current stable 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
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

Mutt keymapping problem in KDE2.1 Konsole 1.0.1

2001-03-18 Thread John P. Verel
ot 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
Le jour Sun Mar 18, 2001 at 05:49:30PM +, 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 &quo

Re: vim and mutt question

2001-03-24 Thread John P. Verel
move to the first blank line. In an email > 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

Re: How to display a mail in raw format

2001-04-12 Thread John P. Verel
x27;s pure, raw format within Mutt. >So as to get the same result than if I would load the mbox file 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: How to display a mail in raw format

2001-04-13 Thread John P. Verel
e 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. > -- Roger Ebert -- 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

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

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

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

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

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: WTC and Pentagon disaster

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

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

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 &

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

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

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

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

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

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

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

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!

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

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

  1   2   >