Re: installing mutt without root privilege

1999-10-07 Thread Gary Johnson
run 'make -n install' to see if I have to create any directories, then run 'make install'. This was actually for mswordview-0.5.14; I hadn't figured this out the last time I installed mutt. I am assuming that the Makefile for mutt is similarly structured. -- Gary Johnson Hewlett-Packard Company

Re: problem with a sent-items folder hook

1999-12-12 Thread Gary Johnson
it from the Mutt command line returned "index_format" instead of "hdr_format": index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s" -- Gary Johnson| Formerly: Agilent Technologies| Hewlett-Packard Compa

Re: Recogonize the mime type automatically?

2000-02-09 Thread Gary Johnson
really want to handle these messages automatically, I would suggest using procmail to edit your incoming mail on the fly and "correct" the Content-Type field to match the file name extension. I have fixed other MIME-encoding errors this way, but not this particular error. -- Ga

Re: word wrap

2000-03-11 Thread Gary Johnson
formatting command (gq) that does that. With 'vi', you can use an external command such as 'fmt'. The 'vim' "gq" command also handles text quoted with a leading "", so I was able to reformat your paragraph above by simply typing "gqip". -- Gary Johnson

Re: [Announce] mutt-1.1.9 is out - RELEASE CANDIDATE!

2000-03-13 Thread Gary Johnson
? What curses/slang library did you use? -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: selecting deleted messages

2000-03-13 Thread Gary Johnson
messages when navigating, of course. Navigate using upper-case letters 'J' and 'K'. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: mutt-1.1.9 is out - RELEASE CANDIDATE!

2000-03-13 Thread Gary Johnson
On Mon, Mar 13, 2000 at 05:14:34PM -0600, David DeSimone wrote: Gary Johnson [EMAIL PROTECTED] wrote: I've had to hack the configure script of previous releases (0.95.4 and 1.0) to get them to use the proper curses library on my HP-UX 10.20 system. Is this still necessary? I've never

Re: mutt-1.1.9 is out - RELEASE CANDIDATE!

2000-03-13 Thread Gary Johnson
, as the Makefile's author intended, and the build works fine. When the HP-UX make gets to this point, however, it replaces $ with an empty string which then leaves sed waiting for input from stdin and the build hangs. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED

Re: selecting deleted messages

2000-03-13 Thread Gary Johnson
On Tue, Mar 14, 2000 at 02:33:06AM +, J McKitrick wrote: On Mon, Mar 13, 2000 at 04:50:40PM -0800, Gary Johnson wrote: Navigate using upper-case letters 'J' and 'K'. Navigating isn't the problem, it's when i want to go to a message i just deleted. Is there any way besides typing

Re: selecting deleted messages

2000-03-13 Thread Gary Johnson
On Mon, Mar 13, 2000 at 08:16:18PM -0800, Gary Johnson wrote: On Tue, Mar 14, 2000 at 02:33:06AM +, J McKitrick wrote: On Mon, Mar 13, 2000 at 04:50:40PM -0800, Gary Johnson wrote: Sorry about that. I didn't see the new messages in the other thread until after I sent that. I've got

Re: [Announce] mutt-1.1.9 is out - RELEASE CANDIDATE!

2000-03-14 Thread Gary Johnson
GNUpg--I've never tried it. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: mutt-1.1.9 is out - RELEASE CANDIDATE!

2000-03-14 Thread Gary Johnson
though, as mutt-1.0-us/m4/Makefile still has the "sed ... $ ..." lines. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Signature selection

2000-03-15 Thread Gary Johnson
, "internal" is anything going to hp.com or agilent.com. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Q: Mutt and Email Lists

2000-04-01 Thread Gary Johnson
ter the command word: [EMAIL PROTECTED] I sent a message to [EMAIL PROTECTED] and it worked great. For another list, I sent a message to the list owner explaining the situation and asking for their help. That worked, too. Good luck. Regards, Gary -- Gary Johnson | Agilent

Re: Q: Mutt and Email Lists

2000-04-05 Thread Gary Johnson
to: [EMAIL PROTECTED] Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Changing From: Header

2000-05-05 Thread Gary Johnson
my_hdr From: [EMAIL PROTECTED] -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Unbroken long lines (was Re: user must ...)

2000-05-08 Thread Gary Johnson
der files. That would eliminate the need for "nocindent" here as well as when editing other text files. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

threading problem

2000-05-23 Thread Gary Johnson
rrect" order, but of course not threaded. I also looked for extra whitespace characters in the Subject lines, but they all look identical to me. So is this a bug, or am I missing something? -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communicatio

Re: threading problem

2000-05-24 Thread Gary Johnson
2000 12:56:48 +0100 All the times in the Received: headers and the From header are consistent, but the original poster's clock seems to be fast by an hour. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Pro

Re: threading problem

2000-05-24 Thread Gary Johnson
understand what's going on (an incorrectly-set clock), I can certainly live with it. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: deleting and undeleting

2000-05-24 Thread Gary Johnson
ip deleted messages; upper-case (i.e., capital, i.e., the ones you get by pressing the Shift key) J and K do not skip deleted messages. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit

Re: handling text/plain based on extension of the file

2000-05-26 Thread Gary Johnson
some quadoption variable (kind of like how reply_to works). -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Replying to multiple messages

2000-05-30 Thread Gary Johnson
... Maybe I should look into it myself... Just my $0.02: There have been a number of times when I've wanted just this feature myself. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane

Re: mailcap entry for type application/msword not found

2000-05-31 Thread Gary Johnson
' s|img .*?||gs;# Delete img tags. ' | w3m -dump -T text/html | perl -0777 -p -e 's/\n\s*\n/\n\n/gs'# Delete extra whitespace # between lines. -- Gary Johnson | Agilent Technologies [EMAIL

Re: Backing up mail, cronjob

2000-06-06 Thread Gary Johnson
script and simply refer to the shell script (by its full path name) in your crontab file. This will make it much easier to test and maintain your backup procedure. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit

Re: Backing up mail, cron

2000-06-06 Thread Gary Johnson
have not tested) might do what you want, where the month could be determined each month using date as you've already done. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane

w3m as an alternative to urlview

2000-06-07 Thread Gary Johnson
r, I don't think w3m's interface is quite as nice as less's. You can get w3m from http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/ -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit

Re: w3m as an alternative to urlview

2000-06-07 Thread Gary Johnson
On Wed, Jun 07, 2000 at 06:44:05PM -0700, Jason Helfman wrote: What about ftp support? It has that, too. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Getting auto_view to work with lynx

2000-06-08 Thread Gary Johnson
that it doesn't include ${HOME}/.mailcap. BTW, I think "-force_html" and "nametemplate=%s.html" are redundant. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Seeking help

2000-06-13 Thread Gary Johnson
in mutt's Makefiles was fixed. I have always used gcc to compile it. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: test=RunningX

2000-06-19 Thread Gary Johnson
program that you can get from: http://www.fiction.net/blong/programs/mutt/autoview/RunningX.c A lot of these mutt "helper" programs can be found from the Links section of www.mutt.org. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED]

Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread Gary Johnson
essage to linux-bruxelles, your editor will remain 'vi "+set textwidth=72"'. So, put a default send-hook like this somewhere before the '~t linux-bruxelles' send-hook: send-hook . 'set editor="vi -c \"set wrap textwidth=0 linebreak\""' Note that you don't need

Re: Suggestion

2000-06-21 Thread Gary Johnson
displayed from the current mailbox to those containing keyword. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: clear screen after exit in tcsh?

2000-06-22 Thread Gary Johnson
, it could have had to do with mutt if mutt's developers had chosen to allow for overriding the termcap settings as vim's developer did. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit

Re: clear screen after exit in tcsh?

2000-06-22 Thread Gary Johnson
On Thu, Jun 22, 2000 at 11:39:08AM -0700, Gary Johnson wrote: vim allows the user to override the system's termcap settings, [...] P.S. 'less' also allows the user to override this restoring of the screen with the '-X' option. See the less(1) man page or the less FAQ, http://home.flash.net

Re: undelete messages

2000-06-25 Thread Gary Johnson
used for moving the cursor. You'd be surprised how many people miss that distinction. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Reply to all???

2000-06-26 Thread Gary Johnson
On Mon, Jun 26, 2000 at 06:23:04PM -0700, Jason Helfman wrote: How would I go about replying to all Use 'g': group-replyreply to all recipients Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation

Re: a Mutt FAQ? (was Re: those users (was Re: Reply to all???))

2000-07-02 Thread Gary Johnson
omething to minimize the volume of questions to the newbie list. Also, there are all types of newbies. The annoying ones are the clueless ones. Would a clueless newbie know to subscribe to the newbie list? Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED]

Re: Current value of settings

2000-07-08 Thread Gary Johnson
3.21, "Setting variables". BTW, as a matter of netiquette, lines should not be longer than 80 columns; 72 is the norm. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit

Re: Anyone has a good mailcap RunningX test?

2000-08-03 Thread Gary Johnson
have the same situation, except that I run mutt on my workstation at work and telnet from home. I use the RunningX program available from http://www.fiction.net/blong/programs/mutt/autoview/RunningX.c Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF

Re: urlview and netscape not fast enough to read tmp file ?

2000-08-25 Thread Gary Johnson
e=/tmp/$LOGNAME$$${2##*/} test -f $tmpfile { echo "$prog: $tmpfile already exists" 2 ; exit 1; } cp $2 $tmpfile ( $1 $tmpfile rm -f $tmpfile ) The word bgrun means "background run" because it runs the viewer in the background, freeing up mutt

Re: config question

2000-09-08 Thread Gary Johnson
-- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Mutt's URL support

2000-09-11 Thread Gary Johnson
(or the mutt-dev list) earlier this year. How did you get slashdot to send you a list of articles? I've searched the site for such a feature but couldn't find it. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communic

Re: folder-hook to set sort order

2000-09-11 Thread Gary Johnson
t" instead of "+mutt". I think the former should work, but I had problems with using "=" for the default mailbox directory when I started using mutt so I've used "+" ever since. Gary -- Gary Johnson | Agilent Technologies [EMAI

Re: Sorting by thread

2000-10-31 Thread Gary Johnson
are # displayed together and last. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: my_hdr

2000-11-16 Thread Gary Johnson
in your muttrc, so the default send-hook must appear first. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: piping executing external commands (STDIN)

2000-11-17 Thread Gary Johnson
_file rm -f /tmp/mutt_tmp_file If you save this script as 'mutt_fold', then pipe your message from mutt as |mutt_fold the script will query you for the page width, then send the folded output to stdout. Is that what you wanted to do? Gary -- Gary Johnson | Agilent Technolog

Re: piping executing external commands (STDIN)

2000-11-18 Thread Gary Johnson
is suspended waiting for your program to finish before it continues, you should be able to redirect your program's stdin from the tty without any problem. Maybe if you could provide more details of exactly what you did and exactly how it failed, we might be able to figure out a solution. Gary -- Gary

Re: Multiple commands in a single hook

2000-11-26 Thread Gary Johnson
tried separating with ';', enclosing in ''' and separating with a newline, but to no avail. You had the right ideas and were probably close. Here's an example from my muttrc. send-hook . 'my_hdr From: [EMAIL PROTECTED]; set signature=$HOME/.mutt/signature.external' -- Gary Johnson

Re: pager scrolling question

2000-11-28 Thread Gary Johnson
down one line ... previous-line BackSpace scroll up one line Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Help: Start folder

2000-12-01 Thread Gary Johnson
r commands/names that refer to your system mailbox will work as expected. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Q Forawrd without previous headers?

2000-12-04 Thread Gary Johnson
'. For example (from the manual, section 3.8), if you wanted to remove all but the basic headers from forwarded messages, you could set weed ignore * unignore from date subject to cc Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF

Re: Forward/Bounce without Delivered-To: headers

2000-12-05 Thread Gary Johnson
On Tue, Dec 05, 2000 at 10:23:24AM +0100, Ralf Hildebrandt wrote: Since Postfix uses Delivered-To: for improved loop-detection, I need to strip this and only this header upon bouncing a message using "b". How? unset bounce_delivered -- Gary Johnson | Agilent Te

Re: pic mailcap?

2000-12-13 Thread Gary Johnson
netscape -remote "openURL(file:$tmpfile, new-window)" 2 /dev/null || netscape $tmpfile The netscape command returns immediately, so there's no way to know when it's done with the file. I have a cron job that periodically cleans out my old files from /tmp, so I haven't worri

Re: special reply_regexp

2000-12-14 Thread Gary Johnson
hange the internals of mutt to recognize this sort of mangled subject. Perhaps "we" could add a subject_ignore_regexp to tell mutt what part of a subject line to ignore when threading messages. Gary -- Gary Johnson | Agilent Technologies [EMAI

Re: special reply_regexp

2000-12-14 Thread Gary Johnson
On Thu, Dec 14, 2000 at 02:53:49PM -0500, Josh Huber wrote: On Thu, Dec 14, 2000 at 11:12:37AM -0800, Gary Johnson wrote: I think the only solution available to us is to change the internals of mutt to recognize this sort of mangled subject. Perhaps "we" could add a subject_ign

Re: Own header

2000-12-18 Thread Gary Johnson
-T. If your Content-Type header is always the same, you could write a macro to change the Content-Type header before sending the message. E.g., something like this: macro compose Y ^T^Umycontenttype\nsend-message which also sends the message. -- Gary Johnson | Agilent

Re: Line length and word wrapping

2000-12-18 Thread Gary Johnson
he current paragraph with =ip Of course you can use object/motion commands other than "ip", but you get the idea. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Line length and word wrapping

2000-12-18 Thread Gary Johnson
On Mon, Dec 18, 2000 at 08:34:37PM -0800, David Alban wrote: At 2000/12/18/16:48 -0800 Gary Johnson [EMAIL PROTECTED] wrote: There's no really good way (i.e., none that I like) to automatically reformat paragraphs within vim Hmmm... Maybe you'll like this. Works for either vi or vim

Re: feature-request: delayed resubmission, follow-up

2000-12-20 Thread Gary Johnson
'mutt' is executed at the time specified and in the environment of 'at' and therefore the message body is no longer available (besides being consumed by 'sed' in this example). I'm sure that's solvable, too, but I'll leave that to you. Gary -- Gary Johnson | Agilent Technolog

Re: help

2000-12-20 Thread Gary Johnson
, then reading the relevant parts of the manual to find out more. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: maildir folder-hook

2000-12-20 Thread Gary Johnson
tell us what you think they should do and what they seem to do instead. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Is it possible to have a Trashbox?

2000-12-26 Thread Gary Johnson
the macro. Another way would be to add another enter to the end of the macro to automatically answer the question. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Works good, two questions tho

2001-01-05 Thread Gary Johnson
folder-hook . set spoolfile=$MAIL That will start mutt in ~Mail/mutt-users, then immediately restore your spoolfile to the system mailbox. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit

Re: Escape to index on delete?

2001-01-05 Thread Gary Johnson
n to the index" How about simply macro pager d exitdelete-message ? Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Works good, two questions tho

2001-01-07 Thread Gary Johnson
On Sat, Jan 06, 2001 at 12:00:07AM -0800, Gary Johnson wrote: On Sat, Jan 06, 2001 at 07:17:18AM +0100, Petri Kelottij?rvi wrote: 2: How do I make Mutt start in, say, ~/Mail/mutt-users instead of the global mailbox? I'm sure this is in the docs but I can't find it, as usual

Re: Subscribe w/o list in from line

2001-01-07 Thread Gary Johnson
ndex_format for lists (which I have delivered to +Incoming/.) contains the 'n' format instead of 'L'. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Default Reply-To:

2001-01-09 Thread Gary Johnson
with the send hook and just use: my_hdr Reply-To: [EMAIL PROTECTED] -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: What does confirmappend do, anyway?

2001-01-12 Thread Gary Johnson
nal prompt: Append messages to mailboxname? ([y]/n): Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Mailboxes

2001-01-18 Thread Gary Johnson
" "c/var/mail/info\r" # dito Since a synonym for the standard mailbox is "!", you could also write the last two as: macro index "\I" "c!\r"# Shurtcut "I", Standard-Mailbox macro pager "\I" "c!\r"# dito -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Default mailbox display?

2001-01-18 Thread Gary Johnson
in another mailbox so you wouldn't have to quit. c!return HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: Ask again

2001-01-24 Thread Gary Johnson
ltin pager with :set pager="builtin" A pager command like this also works, if you want to edit the file before printing, or to include it in a reply: :set pager="cat ~/tmp/mutt_pager_out" HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED]

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

2001-01-28 Thread Gary Johnson
. Details can be found at the w3m home page, http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/ Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

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

2001-01-28 Thread Gary Johnson
On Sun, Jan 28, 2001 at 02:40:10PM -0800, Gary Johnson wrote: very nice features. For example, you can pipe an e-mail message into it from your mailer (I use mutt), then type a colon (:) and w3m will Well, _that_ was a stupid comment; of course I use mutt. I

Re: Printing w3m paged attachment

2001-01-28 Thread Gary Johnson
-- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: vim a great editor (Was: Re: character limit)

2001-01-29 Thread Gary Johnson
.) -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: no matching mailcap entry found error

2001-02-01 Thread Gary Johnson
Execute 'locate Muttrc' to see where that file is on your system. When you find it, check the setting of mailcap_path, if any. HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: mutt.octet.filter

2001-02-02 Thread Gary Johnson
w do i fix this error?. You need to put mutt.octet.filter in a directory that is in your PATH variable, or refer to it in your mailcap by its full path name. -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Gener

Re: permission denied

2001-02-02 Thread Gary Johnson
f to know when using a Unix system, I would recommend that you find a good introductory book on using Unix: Matt Welsh's "Running Linux" (3rd edition) would be a good choice. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communic

Re: mutt.octet.filter: file-3.26

2001-02-03 Thread Gary Johnson
uot; was something I added. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: still doesn't work

2001-02-03 Thread Gary Johnson
und some issues that arise when putting the viewer in the background. Note that I have not tested this, so I may have made a typo or some other stupid mistake. HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: autoview HTML question

2001-02-06 Thread Gary Johnson
pparently display the text/html part in preference to the text/plain part. You can control this behavior with the alternative_order list. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

Re: \;s in macro works wrong

2001-02-16 Thread Gary Johnson
the message at the cursor, just as if you had typed the keys individually instead of using the macro. In other words, ";s" is processed as ';' followed by 's', not as one command ';s' meaning "save tagged messages". Gary -- Gary Johnson | Agilen

Re: Display recipient (Was: Automatic filing)

2001-02-19 Thread Gary Johnson
-- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications Product Generation Unit | Spokane, Washington, USA

mutt_octet_view and other stuff

2001-02-27 Thread Gary Johnson
viewer word2text - convert MS Word files to ASCII text mutt_octet_view is a modification of Dave Pearson's mutt.octet.filter program that adds the ability to launch graphical viewers for octet-stream attachments from the attachment menu. Gary -- Gary Johnson | Agilent

Re: send-hooks and save_name

2001-03-08 Thread Gary Johnson
Is there a straightforward way to do such a thing? If your send-hooks work except for the resetting problem, the solution is easy. Just add the following lint to your muttrc _above_ the other send-hooks so that it will be executed before the others. send-hook . 'set folder=~

Re: send-hooks and save_name

2001-03-08 Thread Gary Johnson
message:push :set folder=~/Mail" I have not tried that to see if it actually works. One problem with this approach is that you really need to create such macros for every command that leaves the compose menu, such as 'q' and 'P', and such a macro for 'q' would not work if 'postpone' was set t

Re: Loading standard input as mailbox

2001-03-14 Thread Gary Johnson
a simple trick? This seems to work: #!/bin/sh MBOX=$$ cat /tmp/$MBOX exec /dev/tty # Change stdin to the controlling tty. mutt -f /tmp/$MBOX rm /tmp/$MBOX This also fixes the missing "!" from "#!", but that wasn't the problem. HTH, Ga

Re: weeding out mailing lists

2001-03-16 Thread Gary Johnson
index Escn "lslashdot|register|cringely|linuxplanet|linux todayReturn" \ "limit to news" macro index EscN 'l!(~f slashdot | ~f register | ~f cringely | ~f linuxplanet | ~f "linux today")Return' \ "limit to not-news" HTH, Gary -- Gary Johnson

Re: vim and mutt question

2001-03-24 Thread Gary Johnson
of header lines changes. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA

Re: Cntrl-D and scrolling

2001-04-12 Thread Gary Johnson
behavior, though, so I put this in my muttrc: set menu_scroll You might check to see if menu_scroll is set and if so, unsetting it should you the behavior you want. HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF

Re: Bug or feature?

2001-04-14 Thread Gary Johnson
to fix this by putting the "set record" line before any line that references the "+" or "=" directory. I'd call it a feature. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA

Re: Bug or feature?

2001-04-14 Thread Gary Johnson
On Fri, Apr 13, 2001 at 11:41:35PM -0700, Gary Johnson wrote: I haven't verified this, but my guess is that since "set record" appears before "set folder" in your muttrc, record was set using the value of folder in effect at that time, which was still the default value o

Re: Configuring Mailcap (OT?)

2001-04-22 Thread Gary Johnson
ape if one is already running and with otherwise start a new instance of netscape. Note that I haven't tried exactly that, but I have something similar in a script (mutt_netscape) that you can find at my mutt web page. Gary -- Gary Johnson | Agilent Technologies [EMAIL

Re: Can't send zip attachments

2001-05-07 Thread Gary Johnson
for your zip file may fix this problem as well. HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA

Re: How to attach a previous email?

2001-05-07 Thread Gary Johnson
obvious to you than it was to me. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA

Re: HTML email that is NOT an attachment problem! :(

2001-05-08 Thread Gary Johnson
able to save and view this file the hard way. Anybody having similar problems? No, not here. I receive mail like this from my daughter's hotmail account and mutt pipes them through w3m just fine. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED

Re: HTML email that is NOT an attachment problem! :(

2001-05-11 Thread Gary Johnson
-- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA

Re: print to status line

2001-05-15 Thread Gary Johnson
for scripts referred to in the sendmail variable. Is that what you meant? Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA

Re: Error log?

2001-05-15 Thread Gary Johnson
the 'script' program to capture all of mutt's output to a file, then exit 'mutt', exit 'script', and examine the 'typescript' file. See man script Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | RF Communications PGU http

  1   2   3   4   5   6   >