Colors when editing message

2001-03-05 Thread Andreas Grytz

Hello,

I have a small problem with quoted text when I edit a messages
(with vim).
It's displayed blue on on black. I wanted to have the black
background, but display the text brightblue.

I don't know which/where I do have to set this color.

Any hints?

Ciao,

Andreas

-- 
Andreas Grytz   | http://www.linux-user.de
Stefan-George-Ring 24   | Tel:  +49 (0) 89 993411-0
D-81929 München | Fax:  +49 (0) 89 993411-99



urlview

2001-03-05 Thread Horace G. Friend III

Hi All,

I d/led and installed urlview-0.9 which seem to work fine except that when I press 
CTRL-B, urlview reports that it has found a URL but it doesn't display any url.

How do I use the pipe command to pipe to say links? I've tried it but it crashed my 
xterm. I'm using KDE 2.0.

Thanks in advance.


-- 
Horace G. Friend III
[EMAIL PROTECTED]
PGP DH/DSS Key Fingerprint [Send email for public key.]
046A FAE0 1E45 FC3E 0560 BAA5 3BA7 9671 5D87 2BAA






filtering

2001-03-05 Thread Horace G. Friend III

Hi All,

I'm very new in linux and in mutt but everything seems to be working fine.

I've long given up on text mail readers but since I've come across mutt my interest 
has been rekindled. It seems like a powerful MUA but it's a bit difficult and time 
consuming to configure. Nevertheless the results are just great.

Read mail from ~/var/spool/mail are transfered to ~/Mail/mbox by default. Is there a 
way for them to be transfered to their respective mailboxes based on their headers 
(like a filter or something)? Can a macro do this too?


-- 
Horace G. Friend III
[EMAIL PROTECTED]
PGP DH/DSS Key Fingerprint [Send email for public key.]
046A FAE0 1E45 FC3E 0560 BAA5 3BA7 9671 5D87 2BAA






Re: filtering

2001-03-05 Thread Suresh Ramasubramanian

Horace G. Friend III proclaimed on mutt-users that: 

> I've long given up on text mail readers but since I've come across mutt my
> interest has been rekindled. It seems like a powerful MUA but it's a bit

yeah :)

> difficult and time consuming to configure. Nevertheless the results are just
> great.

see http://www.hserus.net/mua.html for some mutt stuff - or
http://mutt-newbie.sourceforge.net (whatever little's there).  lots more linked
from www.mutt.org

> Read mail from ~/var/spool/mail are transfered to ~/Mail/mbox by default. Is

put this in your .muttrc ...
set move=no # don't ask about moving messages, just dont

> there a way for them to be transfered to their respective mailboxes based on
> their headers (like a filter or something)? Can a macro do this too?

use procmail for this.  man procmail, man procmailex

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



Re: Colors when editing message

2001-03-05 Thread Andreas Grytz

I am sorry for being so unprecise. I don't have a problem with
the color of the background. I wanted the font of the qutoed text
to be more bright. The second level quoted text is cyan, which is
fine. Now I wanted the first level quoted text to be brightblue
instead of blue.

Thanks a lot up to here,


Andreas

On Mon, Mar 05, 2001 at 10:11:47AM +0100, Roel Vanhout wrote:
> Hi,
> 
> Put this in your .vimrc:
> set background=dark
> 
> cheers,
> 
> roel
> 
> On Mon, Mar 05, 2001 at 09:22:58AM +0100, Andreas Grytz wrote:
> > Hello,
> > 
> > I have a small problem with quoted text when I edit a messages
> > (with vim).
> > It's displayed blue on on black. I wanted to have the black
> > background, but display the text brightblue.
> > 
> > I don't know which/where I do have to set this color.
> > 
> > Any hints?
> > 
> > Ciao,
> > 
> > Andreas
> > 
> > -- 
> > Andreas Grytz   | http://www.linux-user.de
> > Stefan-George-Ring 24   | Tel:  +49 (0) 89 993411-0
> > D-81929 München | Fax:  +49 (0) 89 993411-99

-- 
Andreas Grytz   | http://www.linux-user.de
Stefan-George-Ring 24   | Tel:  +49 (0) 89 993411-0
D-81929 München | Fax:  +49 (0) 89 993411-99



Help, cant send with mutt

2001-03-05 Thread Dave Murray

Hello,

I was able to set up the pop3 for my ISP's mail server and receive mail with
mutt just fine.  Now how do I set up sendmail for smtp to my ISP mail server?

Thanks in advance,
Dave Murray



subject-hook?

2001-03-05 Thread David T-G

Hi, all --

I have a folder which keeps some business items, and I use folder-hook
and send-hook commands in there as you might expect.  I often send mail
to a particular recipient as usual, too, and that's the same sort of
boring activity as anything else.  When I send him an invoice, however,
I'd like to automatically add a bcc: recipient, but I can't figure out
how to trigger it.  What I really want is to match on both the To: field
and the Subject: field for a new message (rather than a reply), though
the latter part isn't as important, and specify a my_hdr if it fits.

Can it be done?


TIA & HAND

:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


 PGP signature


Re: Word-wrap when printing and quoting

2001-03-05 Thread David

Dirk Laurie wrote:
> The problem is this: by the time vim gets control, the quote sign ">"
> has already been prepended to the line.  I want the line-break algorithm
> to do its thing before the ">" sign gets prepended.

There's an example of commands to put in your vimrc file that will
automatically reformat lines in emails.  It wraps lines with quotes and
stuff.

For me it was /usr/share/doc/vim/examples/mail

-- 
Don't tell me I'm burning the candle at both ends -- tell me where to
get more wax!!
-
Fingerprint :  869B 53DD 5E80 E1F0 93F6  9871 0508 0296 5957 F723
David Clarke <[EMAIL PROTECTED]> || <[EMAIL PROTECTED]>

 PGP signature


Re: Colors when editing message

2001-03-05 Thread Roel Vanhout

Hi,

Put this in your .vimrc:
set background=dark

cheers,

roel

On Mon, Mar 05, 2001 at 09:22:58AM +0100, Andreas Grytz wrote:
> Hello,
> 
> I have a small problem with quoted text when I edit a messages
> (with vim).
> It's displayed blue on on black. I wanted to have the black
> background, but display the text brightblue.
> 
> I don't know which/where I do have to set this color.
> 
> Any hints?
> 
> Ciao,
> 
>   Andreas
> 
> -- 
> Andreas Grytz | http://www.linux-user.de
> Stefan-George-Ring 24 | Tel:  +49 (0) 89 993411-0
> D-81929 München   | Fax:  +49 (0) 89 993411-99



Re: Help, cant send with mutt

2001-03-05 Thread Suresh Ramasubramanian

Dave Murray proclaimed on mutt-users that: 

> I was able to set up the pop3 for my ISP's mail server and receive mail with
> mutt just fine.  Now how do I set up sendmail for smtp to my ISP mail server?
 
http://www.hserus.net/dlhowto.html

-s

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



Wierd Behaviour

2001-03-05 Thread Robert Martinovic

Hey,

I can't pinpoint when, but recently mutt started showing some strange 'graphical' 
behaviour:

* I use mutt with eterm on Debian Linux, and now when mutt starts, it overrides any 
background pic i may have in the terminal
* Mutt has the term font in a light grey, even though I haven't specified this anywhere
* Some default keybindings don't work - such as when pressing c to changes mailboxes, 
? doesn't work

Any suggestions?

Robert Martinovic



t

2001-03-05 Thread Jim Lambert

asdf
-- 
<[EMAIL PROTECTED]> (Replace Z's with E's to reply)

cat /dev/coffee | /dev/cup | /dev/mouth | /dev/nose > /dev/keyboard
-Anonymous





Re: filtering

2001-03-05 Thread Ken Weingold

On Mon, Mar  5, 2001, Horace G. Friend III wrote:
> Hi All,
> 
> I'm very new in linux and in mutt but everything seems to be working fine.
> 
> I've long given up on text mail readers but since I've come across mutt my interest 
>has been rekindled. It seems like a powerful MUA but it's a bit difficult and time 
>consuming to configure. Nevertheless the results are just great.

Welcome back. :)  One suggestion I have is that when you have the
time, sit with the mutt manual and build a muttrc from the ground up.
I did that so I saw everything available and had everything set that I
wanted.  Granted I ask things every once in a while here that are in
the manual and I didn't know, since I built my muttrc with mutt 0.88.


-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Re: How to read mutt-users-digest

2001-03-05 Thread kevin . christen

I left out one crucial constraint: I'm reading the mutt-users digest
via IMAP, so it never gets locally delivered by procmail.  I wrote a
little perl script that runs formail while "preserving" some of the
headers in the digest (like "sender").  But that's an ugly solution
and I thought someone might have a better one.

On Fri, Mar 02, 2001 at 02:12:34AM +0100, Christian R Molls wrote:
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010301 21:44]:
> > I have a question about your formail suggestion.  The individual
> > messages that make up the digest only have 2 headers: "From" and
> > "Subject".  So when I run formail, the resulting messages don't have
> > anything unique that procmail can use to identify them as being from
> > mutt-users.  Other list's digests typically do one of two things:
> > 
> > * Include other headers in the individual messages, such as "To" or
> >   "Cc", or
> > 
> > * Prepend something to the subject, like "[wm-users] Original subject
> >   here".
> > 
> > How do you handle this when using formail to split the mutt-users
> > digest?
> The trick is to run formail from your .procmailrc. I'll post the
> example from the procmailex manpage:
> :0:
> * ^Subject:.*surfing.*Digest
> | formail +1 -ds >>surfing
> All messages containing "surfing" and "Digest" in the Subject: header
> (that condition should match the surfing list digests) are piped
> to formail which splits them, skipping what it considers the first
> message. The output, ie the separate messages, are appended to folder
> "surfing". So all the messages from one digest go into one mailbox. No
> more filtering is necessary.
> For mutt-users you would use something like:
> :0:
> * ^Subject:.*mutt-users-digest
> | formail +1 -ds >>mutt-users
> chris
> - -- 
> christian r. mollsthe rain descended,
> [EMAIL PROTECTED]   and the floods came
> 
> 



Limiting on non-subject fields

2001-03-05 Thread Debbie Tropiano

Hello -

Another mutt newbie (and elm lover  :-) here with a question:

How does one do limiting on fields other than the subject field?
In elm I can do "l to mutt" and limit to all messages sent to
the mutt mailing lists.  So far I've not found a way to do this
with mutt (OTOH I haven't ready *everything* there is to read
about mutt yet).

Thanks in advance for any help,
Debbie
-- 
| Debbie Tropiano|  [EMAIL PROTECTED]   |
| Information Systems Laboratory | +1 512 835 3367 w   |
| Applied Research Laboratories of UT Austin | +1 512 490 4254 fax |
| P.O. Box 8029, Austin, TX 78713-8029   | home email: [EMAIL PROTECTED] |



Re: Limiting on non-subject fields

2001-03-05 Thread Ken Weingold

On Mon, Mar  5, 2001, Debbie Tropiano wrote:
> How does one do limiting on fields other than the subject field?
> In elm I can do "l to mutt" and limit to all messages sent to
> the mutt mailing lists.  So far I've not found a way to do this
> with mutt (OTOH I haven't ready *everything* there is to read
> about mutt yet).

Here you go: .
Have fun.



-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Mutt under Win2k

2001-03-05 Thread Norbert Lieckfeldt

I am trying to use mutt under win2k and under Mandrake 7.2. It works fine
under Linux. Having tried Mutt, going back to Pine is quite painful.

Having downloaded the cygwin files, I am trying to start the shell but
when executing the command 'mutt' in c:\cygwin\bin, I get the message that
cygint.dll cannot be found. Any ideas where I can get this from. I tried
dej^H^H^H Google but without success.

Thanks

Norbert




Re: Limiting on non-subject fields

2001-03-05 Thread Thomas Roessler

On 2001-03-05 13:41:04 -0500, Ken Weingold wrote:

>> How does one do limiting on fields other than the subject
>> field? In elm I can do "l to mutt" and limit to all messages
>> sent to the mutt mailing lists.  So far I've not found a way to
>> do this with mutt (OTOH I haven't ready *everything* there is
>> to read about mutt yet).

Use this as a limit pattern: "~C mutt"

> Here you go: .
> Have fun.


As an alternative, read the muttrc(5) manual page which has a
section on building patterns.

-- 
Thomas Roessler <[EMAIL PROTECTED]>
This message may  have been certified to  be possibly virus-free.



Re: Colors when editing message

2001-03-05 Thread Roel Vanhout

Hi,

set background=dark doesn't actually set your background to dark, it
just tells vim that you use a dark background, and this way vim knows
that it has to use light colors in the syntax highlighting. Anyway, in
case you already knew this ;-), i would suggest downloading the vim
reference guide from vim.org and start reading at p35, all the
highlighting is described there, including how to change colors. But I
must say that I have no problems with the default mail highlighting
colors (on a dark background). 

cheers,

roel 

On Mon, Mar 05, 2001 at 12:08:58PM +0100, Andreas Grytz wrote:
> I am sorry for being so unprecise. I don't have a problem with
> the color of the background. I wanted the font of the qutoed text
> to be more bright. The second level quoted text is cyan, which is
> fine. Now I wanted the first level quoted text to be brightblue
> instead of blue.
> 
> Thanks a lot up to here,
> 
> 
>   Andreas
> 
> On Mon, Mar 05, 2001 at 10:11:47AM +0100, Roel Vanhout wrote:
> > Hi,
> > 
> > Put this in your .vimrc:
> > set background=dark
> > 
> > cheers,
> > 
> > roel
> > 
> > On Mon, Mar 05, 2001 at 09:22:58AM +0100, Andreas Grytz wrote:
> > > Hello,
> > > 
> > > I have a small problem with quoted text when I edit a messages
> > > (with vim).
> > > It's displayed blue on on black. I wanted to have the black
> > > background, but display the text brightblue.
> > > 
> > > I don't know which/where I do have to set this color.
> > > 
> > > Any hints?
> > > 
> > > Ciao,
> > > 
> > >   Andreas
> > > 
> > > -- 
> > > Andreas Grytz | http://www.linux-user.de
> > > Stefan-George-Ring 24 | Tel:  +49 (0) 89 993411-0
> > > D-81929 München   | Fax:  +49 (0) 89 993411-99
> 
> -- 
> Andreas Grytz | http://www.linux-user.de
> Stefan-George-Ring 24 | Tel:  +49 (0) 89 993411-0
> D-81929 München   | Fax:  +49 (0) 89 993411-99




Re: urlview

2001-03-05 Thread David T-G

Horace --

First, you should know that the proper address for the mutt-users list is
@mutt.org rather than @gbnet.  The latter sometimes leaks out because
that's where the list is actually hosted, but please don't use it.

...and then Horace G. Friend III said...
% Hi All,
% 
% I d/led and installed urlview-0.9 which seem to work fine except that when I press 
CTRL-B, urlview reports that it has found a URL but it doesn't display any url.

When you hit Ctrl-B, you hand the message off to urlview and start it up.
You have to select the URL and hit return, though, to have it processed.
There is, IIRC, a configuration file which will control how urlview
behaves, including what browser to fire off under what conditions.


% 
% How do I use the pipe command to pipe to say links? I've tried it but it crashed my 
xterm. I'm using KDE 2.0.

If you can pipe to cat or less, mutt is working.  I dunno about links or
the URL you're trying to pipe, so I can't really provide any suggestions
about why you'd have those problems...


% 
% Thanks in advance.

HTH & HAND


% 
% -- 
% Horace G. Friend III
% [EMAIL PROTECTED]
% PGP DH/DSS Key Fingerprint [Send email for public key.]
% 046A FAE0 1E45 FC3E 0560 BAA5 3BA7 9671 5D87 2BAA
% 


:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!


 PGP signature


Sorry about my previous msg

2001-03-05 Thread Jim Lambert

I was fooling with mutt's 'subscribe' and 'lists' commands and I didn't mean
to post my previous msg.

-Jim
-- 
<[EMAIL PROTECTED]> (Replace Z's with E's to reply)

Got root?   
-Anonymous





Re: Colors when editing message

2001-03-05 Thread Erika Pacholleck

( Mon, 05 Mär 2001 ) Andreas Grytz <-- :
> I am sorry for being so unprecise. I don't have a problem with
> the color of the background. I wanted the font of the qutoed text
> to be more bright. The second level quoted text is cyan, which is
> fine. Now I wanted the first level quoted text to be brightblue
> instead of blue.

Depends on how all you files look like, for example do you use all
defaults, do you have your own defined syntax file, what is your
~/.vimrc already doing or do you use the systemwide rc file ??

Ok, I just assume you have a ~/.vimrc and all it does is something
like syntax on or similar to get you some colors.
For an already loaded file try this command in execution mode
:so $VIMRUNTIME/syntax/mail.vim (Doppelpunkt so ...)
If the result is different from your actual, put in your ~/.vimrc:
source $VIMRUNTIME/syntax/mail.vim
Restart vim and check whether you get the same as seen before.
If not, you might change the line where you put it.

The default definitions for colours are in those 2 files
/usr/share/vim or similar, subdir /syntax/ and then
1. synload.vim
2. mail.vim
As far as I can see from my mail.vim all quoting levels are colored
as Comment and as Identifier which is in synload.vim defined cyan
with additions which my console interpretes equally as BrightCyan.
So then all your quote levels should ideally be brightcyan then.
3. hint: for colors there is also a colortest.vim

If that worked copy that $VIMRUNTIME/syntax/mail.vim somewhere to
your home and adjust the mailQuotedx lines according to the color
each quote level should have. In case you have defined other colors
somewhere, you should know which file to take for reference.
Load your mail again, this time do a ":so /path/to/mymail.vim" and
check whether it works (should be fine now) and then replace the
sourcing path in your .vimrc by this one.

For detailed information see a subdir called doc/ for a file
called syntax.txt. ;-)

Erika



Re: invalid preceding regular expression

2001-03-05 Thread Timothy Grant

Darren,

Thanks for the reply. I'd given up hope on this one!

I tried going in and explicitly setting the mask, but that did
not resolve the issue. I'll try compiling from source next time
I get some time and see what goes on when I do that.

Once again, thanks for the reply.

On Fri, Mar 02, 2001 at 12:19:16PM -0500, darren chamberlain wrote:
> Timothy Grant ([EMAIL PROTECTED]) said something to this effect on 03/02/2001:
> > Hi all,
> > 
> > I just changed boxes, copied my home directory to the new box, fired up mutt
> > and things seem to be working well. However, I am seeing a message I have
> > never seen before (or else I wasn't paying very good attention. I have also
> > bumped my mutt version from 1.2.4 to 1.2.5 using one of the RPM packages.
> > 
> > Mutt now reports: invalid preceding regular expression
> > 
> > every time I start it or change mailboxes.
> > 
> > Any clues would be appreciated.
> 
> Sounds like the mask is a little off.  Check your .muttrc for the
> value of mask, and also check the defaults in /usr/etc/Muttrc. Finally,
> build mutt from source, to make sure that there are reasonable
> defaults; RPM versions of some software can be a little, um,
> idiosyncratic.
> 

-- 
Stand Fast,
rhacer.

Timothy Grant, RHCE <><  MIG #1433
[EMAIL PROTECTED]  '00 Marauder
www.exceptionalminds.com/rhacer   Craigelachie 
>>Linux, because rebooting is *NOT* normal.<<<
This machine was last rebooted:  48 days  8:33 hours ago<<



-quit

2001-03-05 Thread Horace G. Friend III

Hi,

I've got a -quit file in ~/.mutt directory. Can anyone tell me what this
file is for?
size  - 37054 bytes
ownership - me:me
permission- 664 

Just curious. :-)

-- 
Horace G. Friend III
[EMAIL PROTECTED]
PGP DH/DSS Key Fingerprint [Send email for public key.]
046A FAE0 1E45 FC3E 0560 BAA5 3BA7 9671 5D87 2BAA




off-topic (printing man pages)

2001-03-05 Thread Horace G. Friend III

Hi All,

This is off-topic but I need a quick fix so I hope you'll oblige. 
I still do double-sided printing in windoze because of my printer
(HP710C). :(  I'd like to convert several man pages into plain 
text and save it to my windoze dir. How can I do that?

I've tried this command as suggested by man man page but doesn't work.

man procmail | col -b > procmail.txt 

Any ideas?  Thanks.

-- 
Horace G. Friend III
[EMAIL PROTECTED]
PGP DH/DSS Key Fingerprint [Send email for public key.]
046A FAE0 1E45 FC3E 0560 BAA5 3BA7 9671 5D87 2BAA






Re: off-topic (printing man pages)

2001-03-05 Thread Eugene Lee

On Tue, Mar 06, 2001 at 02:50:23PM +0800, Horace G. Friend III wrote:
: 
: This is off-topic but I need a quick fix so I hope you'll oblige. 
: I still do double-sided printing in windoze because of my printer
: (HP710C). :(  I'd like to convert several man pages into plain 
: text and save it to my windoze dir. How can I do that?

You'll probably get better-looking results if you run some kind of
man2html converter so that you can read stuff via a web browser.


-- 
Eugene Lee
[EMAIL PROTECTED]