Is there such an alias?

2001-06-12 Thread Dirk Laurie

I wish to send an e-mail to Bill Gates but can't remember under what
alias I've got him -- bg? billg? bgates?  I know I can less my
alias file from another window -- but is there a way to locate an
alieas easily from mutt?

Dirk



Re: Is there such an alias?

2001-06-12 Thread Doug Kearns

On Tue, Jun 12, 2001 at 01:28:04PM +0200, Dirk Laurie wrote:
 I wish to send an e-mail to Bill Gates but can't remember under what
 alias I've got him -- bg? billg? bgates?  I know I can less my
 alias file from another window -- but is there a way to locate an
 alieas easily from mutt?
 
You can hit TAB at the address prompts and mutt will bring up an alias
menu from which you can select 'He of the Evil Empire'.
I'm sure this is in the manual somewhere.

Regards,
Doug




Re: Is there such an alias?

2001-06-12 Thread Suresh Ramasubramanian


Dirk Laurie [mutt-users] 12/06/01 13:28 +0200: 
 
 I wish to send an e-mail to Bill Gates but can't remember under what
 alias I've got him -- bg? billg? bgates?  I know I can less my
 alias file from another window -- but is there a way to locate an
 alieas easily from mutt?

! grep microsoft\.com .mutt-aliases
from the index.

When you are in vi,
esc :r ! grep microsoft\.com .mutt-aliases

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: Can't send zip attachments

2001-06-12 Thread Duke Normandin

Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: 20010612115414.B298@BOEKHOFF_M; from malcolm.boekhoff on Tue, Jun 12, 
2001 at 11:54:14AM

On Tue, Jun 12, 2001 at 11:54:14AM +0100, malcolm.boekhoff wrote:
 On 2001-05-07 06:24:18, Duke Normandin wrote:
 
 I have the same problem, I have Cygwin translating CRLF to CR before
 Mutt encoding starts (so that at the other end the unencoded file hasn't
 got any CR's in it).
 
 My solution at the moment is to use uuencode to 7-bit ascify the binary
 tar file, but beware the same CRLF translation takes place on stdin, but
 not on pipes, so use this:
 
 cat zipfile | uuencode zipFileNamePutInUueHeader
 
 and send the .uue file as text/plain.
 
 I have discovered that OE can decode the uuencoded file correctly at the
 other end.
 
 Probably, uuencode zipfile zipFileNamePutInUueHeader works as well because then
 uuencode is opening the file as binary.

Thanks for that information and solution. The problem I was having was
with the recipients OE settings or something, and not my Cygwin/Mutt
configuration. However it's very possible that I still have a problem
with this matter and don't know it -- as I don't send too many zipfiles.
-- 
-duke
Calgary, Alberta, Canada




Re: How to stop Mutt deleting temporary files?

2001-06-12 Thread David Ellement

On 010612, at 12:15:00, malcolm.boekhoff wrote
 I want to spawn internet explorer or lynx or any program to read an
 attachment, but I want to be able to continue to read my mail with the
 spawned process still going.  Unfortunately it appears that Mutt deletes
 the temporary file containing the attachment so that even if I do get
 the syntax for spawning the viewer asynchronously, the actual temporary
 file has been deleted.

I use the attached script to rename the temporary file, and launch a
program in the background.  I create a link to it, 'prog'bg for each
program I want to launch (ie for xv, the link is xvbg; for acroread,
the link is acroreadbg).

I add an appropriate line to my mailcap file:

application/pdf; acroreadbg %s;

-- 
David Ellement



#!/bin/ksh
#

eval ${DEBUG+set -x}

prog=${0##*/}
prog=${prog%bg}

tmp=$(mktemp -p ${prog}-).$(echo ${1##*/} | sed -e 's/ /_/g')

mv $1 $tmp

(   $prog $tmp
rm $tmp
) - 2- 




Re: Is there such an alias?

2001-06-12 Thread Jason A. Fager

On Tue, Jun 12, 2001 at 10:14:06PM +1000, Doug Kearns wrote:

 You can hit TAB at the address prompts and mutt will bring up an alias
 menu from which you can select 'He of the Evil Empire'.
 I'm sure this is in the manual somewhere.

I skim through the mutt manual and the vi book about once a month, and
each time through I pick out a few more diamonds.  The alias list took
several months to discover, so maybe it's well hidden g.

jafager



newbie questions

2001-06-12 Thread Troy Heber

I have a couple questions that I just can't seem to find answers to in
the manual, FAQ or on the web. 

How can you move messages? I would like to tag messages from my inbox
and Move them to another mailbox in a single step. Any options?

How can you forward a message and retain the attachment? If I get a
message with say a tgz attachment is there a key press that will let me
forward the message without having to save the attachment to a file,
then forward the message, then reattach the attachment? 

Thanks

Troy

-- 
___
 _/   Troy Heber 
_/Software Engineer 
   _/_/_/_/_/_/   Technical Consulting Lab 
  _/  _/_/  _/Hewlett-Packard Company 
 _/  _/_/_/_/  
  _/  Email: [EMAIL PROTECTED] 
 _/   Phone: 970.898.3240  
  i n v e n t
___





Re: newbie questions

2001-06-12 Thread Suresh Ramasubramanian


Troy Heber [mutt-users] 12/06/01 08:24 -0600: 
 
 How can you move messages? I would like to tag messages from my inbox
 and Move them to another mailbox in a single step. Any options?
 
 Tag whatever messages you want using T pattern and then ; s (to apply the
 save to all tagged messages) and then specify the folder.

 How can you forward a message and retain the attachment? If I get a
 message with say a tgz attachment is there a key press that will let me

set mime_forward=ask-yes# use message/rfc822 type to forward

 forward the message without having to save the attachment to a file,
 then forward the message, then reattach the attachment? 
 
-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: imap_checkinterval?

2001-06-12 Thread Suresh Ramasubramanian


Louis LeBlanc [mutt-users] 12/06/01 12:20 -0400: 
 
 Hey all.  One quick question.  I noticed there is a pop_checkinterval
 variable to tell mutt how often to check mail on a pop server.
 I also noticed that there is no counterpart for IMAP servers.  Does

Eh?

quoting from /usr/doc/mutt/html/manual-6.html

 imap_checkinterval
 
 Type: number
 Default: 60
 
 This variable configures how often (in seconds) IMAP should look for new
 mail.

 anyone know if mutt just uses the pop_checkinterval setting, or if
 there is another default or another way to tell mutt how often to
 check mail on an IMAP server?
 
-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: imap_checkinterval?

2001-06-12 Thread Suresh Ramasubramanian


Louis LeBlanc [12/06/01 12:48 -0400]:
 
 Error in /home/leblanc/.muttrc, line 17: imap_checkinterval: unknown variable
 source: errors in /home/leblanc/.muttrc
 Hmm.  What version do you have?  I am using 1.3.18i with the vvv
 patches (nntp, etc).  Maybe I need to get another version?
 
 I got this from a copy of the mutt 1.2.5i docs I have lying around on my box.
 I run mutt 1.3.17 myself - but I dont use imap features.
 
 Has this been deprecated in 1.3.x?

 Either way, do you happen to know if there would be a default interval
 for checking?  Looks like it would be 60 with the var, so I would
 guess that was the builtin interval.
 
 60 I guess.

--suresh
-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin  



aspell

2001-06-12 Thread Igor Pruchanskiy

Anyone knows if it is possible to get aspell to work with 1.3.18 ?
I did
set ispell=/usr/local/bin/aspell
but since aspell is not ispell, Mutt pukes.
Is there a patch for that ? Google resturns nothing helpful..


-- 
?php $company = 'WebSideStory, Inc.'; $contact_info = array(
'addr1'='10182 Telesis Ct., 6th Floor','addr2'='San Diego, CA, 92121',
'p'='858.546.1182 x464','f'='858.546.0480','e'='[EMAIL PROTECTED]');
while(list($k,$v)=each($contact_info)) { echo $vbr\n; } ?



Re: aspell

2001-06-12 Thread Jim Toth

On Tue, Jun 12, 2001 at 01:57:25PM -0700, Igor Pruchanskiy
([EMAIL PROTECTED]) said:
 Anyone knows if it is possible to get aspell to work with 1.3.18 ?
 I did
 set ispell=/usr/local/bin/aspell
 but since aspell is not ispell, Mutt pukes.
 Is there a patch for that ? Google resturns nothing helpful..

I have 

set ispell=/usr/local/bin/aspell --mode=email check

It's always worked for me.  Worked on this message (although it didn't
like your last name for some reason--recommended Pranks as the first
possibility.)

-- 
Jim Toth
[EMAIL PROTECTED]