Re: colours in SecureCRT

2002-02-20 Thread Igor Pruchanskiy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 i use SecureCRT to connect to my mailserver (a Solaris 8 box) whenever
 i'm in windows. i'm unable to get it display my colour settings
 properly even though i have tried changing the terminal type to linux,
 ansi, etc. with some combinations of $TERM, i do get some zany colours
 but not my normal scheme.
 
 does anyone know how i can get it to work with my normal colour
 scheme?

I got rid of this problem by installing a normal ncurses on the Solaris
machine, then adding this to my 

/etc/profile

TERMINFO=/usr/local/share/terminfo
export TERMINFO


After that i added this to the Login Scripts secion in SecureCRT's Session
Options:

[v] Automate login
[v] Send initial carriage return
Expect: $
Send: export TERM=xterm-16color


xterm-16color seems to do the job just fine...

igor

- -- 
Uptime : 70 days, 12:27
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8dAGUxOY724kDbSARAjE7AJ91KgYb7N0TyrwplMR99IMrQPRmFwCeNOXZ
m3MRAH0CbyfwdobPUT/9Mz4=
=kwbJ
-END PGP SIGNATURE-



Re: 2 Q's about printing...

2002-01-30 Thread Igor Pruchanskiy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Currently I have to print msg's via the pipe command. I have 2 questions
 regarding this:

I am using muttprint. It is superior. I have used a2ps and enscript
before, but i ended up with muttprint and i love it. Even though my boss
makes fun of a cute little penguin :)

igor

- -- 
Uptime : 49 days,  9:01
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8WCJ4xOY724kDbSARAnalAJ9lt7bZkbMpR3h3fhqmmlTVE6okxQCfXk96
aeqk/iQpy+MvMZq3jpX4h6U=
=qsRT
-END PGP SIGNATURE-



Re: Deleting Mass emails..

2002-01-24 Thread Igor Pruchanskiy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 if I wanted to completely empty a mailbox?

 D. will delete ALL.

igor

- -- 
Uptime : 43 days, 16:25
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8UKFcxOY724kDbSARAoDUAJ47RQ9MqRiBpzDUTbovvXJsUIsrOACfYE1Z
gcHRPeQzEzhUlHhegWVUVy0=
=qkcg
-END PGP SIGNATURE-



Re: how to change xterm title depending on current mailbox

2002-01-22 Thread Igor Pruchanskiy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

  since the first bit presumably is doing some sanity checking as well, it
  MIGHT work to take out the 'else if' line entirely, but i don't really
  know.
  
  /* Make sure that the terminal can take the control codes */
  if (ep == NULL) unset_option (MuttVars[idx].data);
  else if (mutt_strcasecmp (ep, xterm) != 0) unset_option 
(MuttVars[idx].data);
 
 That did it for me (using wterm and $TERM set to 'rxvt')

Weird... did not do anything for meusing rxvt with $TERM set to rxvt...
However setting $TERM to xterm did the trick

igor

- -- 
Uptime : 41 days, 12:43
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Tcp6xOY724kDbSARAjslAKCc0jh/mm3QYjClQ13Tu56eEb6/DQCfelr4
qN2H9CkVVDJHBW7Y0+N+UXs=
=dO/Y
-END PGP SIGNATURE-



Copyrighted muttrc

2002-01-19 Thread Igor Pruchanskiy

I was browsing mutt section on www.dotfiles.com and came across this:

http://www.dotfiles.com/files/27/189_.muttrc 

I do not know about you, but i find this copyright note very funny...
Especially in muttrc.

  # Permission to use, copy, modify, and distribute this software for
  # any purpose with or without fee is hereby granted, provided that the
  # above copyright notice, this permission notice, and the following
^ 
  # disclaimer appear on all copies.
^^^

I wonder if i can make my muttrc my own intellectual property and sue
anyone who will copy

set sendmail=/usr/sbin/sendmail

from my ~/.muttrc :)

igor

--
Uptime : 38 days, 54 min



msg23322/pgp0.pgp
Description: PGP signature


Re: problems in sending mail Hi, I am having problem of sendmail outside my organisation. It doesn't return any error after sending mail but mails are not delivered at all. Is it the problem of sendmail ??. I am new to this and I am not able to figure oproblems in sending mails

2002-01-17 Thread Igor Pruchanskiy

Am i on something or the Subject of this message is completely out of
whack ?

Subject: Re: problems in sending mail Hi, I am having problem of sendmail
outside my organisation. It doesn't return any error after sending mail
but mails are not delivered at all. Is it the problem of sendmail ??. I am
new to this and I am not able to figure oproblems in sending mails


On Thu 17 Jan 2002, Jyothi wrote:
 
 Hi,
 
 I am having problem of sending mail outside my organisation. It doesn't
 return any error after sending mail but mails are not delivered at all.
 Is it the problem of sendmail ??. I am new to this and I am not able to
 figure out why mails are not going out at all. Is there any settings I
 have missed out. How to verify that my sendmail is working properly ??..
 
 Please Help...
 
 Thanks in Advance,
 Jyothi.
 

igor

-- 
Uptime : 36 days, 15:10



msg23248/pgp0.pgp
Description: PGP signature


Re: urlview question

2002-01-15 Thread Igor Pruchanskiy

 COMMAND links '%s'

COMMAND command
  If the specified command contains a %s, it will be
  subsituted with the URL that was requested,  otherwise
  the URL is appended to the COMMAND string.  The default
COMMAND is:

  url_handler.sh %s

   Note:  You  should  never  put single quotes around the %s.
   urlview does this for you, and also makes sure that
   single quotes eventually showing up inside the URL are handled
   properly.  (Note that this shouldn't happen  with
   the default regular expression, which explicitly excludes single
   quotes.)

igor

-- 
Uptime : 34 days,  8:29



Re: 1.3.25/pgp

2002-01-14 Thread Igor Pruchanskiy

 I know this may seem a bit stupid but I can't find on the mutt.org
 webpages any mention of an anonymous cvs server. Is there one? And if so
 how does one access it?

ftp://ftp.mutt.org/pub/mutt/snapshots/ 

igor

-- 
Uptime : 33 days, 10:45



Re: Suggestion for List Etiquette

2002-01-12 Thread Igor Pruchanskiy

 As Tom Gilbert has it in his sample .muttrc:
 set indent_str=   # change this and I'll kill you!   ;-)

I have have this:

set indent_string=# Dont' be a moron. Leave it as is.

igor

--
Uptime : 31 days, 28 min



Re: Suggestion for List Etiquette

2002-01-12 Thread Igor Pruchanskiy

  I guess that quite a few of the subscribers are just devoted to
  flooding this list with chitchat. I would suggest creating
  mutt-chat, so that those who feel the urge to send non-technical, OT
  stuff to mutt-users would have a place to go.
 
 Yeah, but the problem is that when 'chitchat' spins off from another
 thread, it rarely (in my experience) ends up getting moved.  Although if
 people think that it will actually get used, I would support it

Speaking of chitchat

If you guys are familiar with IRC, and i am sure that most of the people
here are, why don't you come to #mutt on irc.openprojects.net ?

It is a pretty small channel and it would not hurt to get few more people
in there :)

igor

--
Uptime : 31 days, 21:02



Re: how to set localization

2002-01-12 Thread Igor Pruchanskiy

 Hi,
 
 I encountered a webpage which the owner use a Indonesian mutt, does it
 mean that all the command in Indonesian? How does that thing possible, I
 have locales-id (Indonesian) rpm though. I have browsed the manual, and
 they never mention anything about localization. 
 
 please enligehten me

While i do not know anything about Indonesian,
I can tell you for sure that Mutt works great in Russian...
Well, all menus are in Russian and Help appears to be in Russian also.
While i do not use that every day, it is totally possible.

./configure --enable-locales-fix \
--with-included-gettext \
--without-wc-funcs

export LC_ALL=ru_RU.KOI8-R

I also had to run 
dpkg-reconfigure locales (this is a Debian box) to create a needed locale.

And needless to mention that rxvt was started with koi8-r font.

here are 2 screenshots:

reading a message:
http://amorphis.linuxinside.com/~pruchai/mutt-russian1.png
Viewing help:
http://amorphis.linuxinside.com/~pruchai/mutt-russian2.png
Reading PGP Signed Message:
http://amorphis.linuxinside.com/~pruchai/mutt-russian3.png

igor

-- 
Uptime : 31 days, 23:36



Folder View problems

2002-01-11 Thread Igor Pruchanskiy

Hello List,

It has been a long time since i posted questions here, because RTFM is a
magical thing. Well, this time it is something i can not solve on my
own...

I have been doing some changes to my ~/.muttrc, restructuring stuff and so
on. Tried to use IMAP but since i did not have time to figure out how to
conveniently archive my mail i still have some mailboxes with ~4500
messages. I also tried using IMAP with Michael Elkins's isync which worked
great, but then there is a problem of maintaining 2 sets of configs and
mutt versions, here at work, and at home. So here am I, using good old
method. SSH into the server. Type 'mutt'. Hit enter :o)

Anyway, back to the problem

Mutt does not or absolutely randomly displays N in the Folder View in front
of the mailboxes that have new mail... Each of those folders has at least
20 messages.

I have not touched $folder_format at all. This problem also affects 
$status_format %b which is supposed to tell you number of mailboxes with the 
new mail.

I have spent 3 hours going through my ~/.muttrc and can not find anything
that could be wrong. 

My .muttrc is here. Feel free to take a pick
http://cvs.linuxinside.com/cgi-bin/cvsweb.cgi/configs/.muttrc

Using
Mutt 1.3.25-current-20020110i (2002-01-01)

I had to install the CVS version since \012 in PGP signed mail drove me
nuts :)

igor

-- 
Uptime : 30 days, 11:55



Re: Folder View problems

2002-01-11 Thread Igor Pruchanskiy

After talking to Michael Elkins for a little
this pretty much seems like a bug.

It appears that mutt is moving new messages from my new/ dir to the cur/
(I am running Maildir). So this is why N randomly appears in front of the
folder name. However, 5 minutes later Mutt (or not?) moves messages to
the cur/ BUT it keeps the N flag on the message itself.

mark_old is UNset 

same error exists with 
1.3.25i
1.3.25-current-20020108i
1.3.25-current-20020110i
1.3.25-current-20020111i

It this really a bug ?

igor

On Fri 11 Jan 2002, Igor Pruchanskiy wrote:
 Hello List,
 
 It has been a long time since i posted questions here, because RTFM is a
 magical thing. Well, this time it is something i can not solve on my
 own...
 
 I have been doing some changes to my ~/.muttrc, restructuring stuff and so
 on. Tried to use IMAP but since i did not have time to figure out how to
 conveniently archive my mail i still have some mailboxes with ~4500
 messages. I also tried using IMAP with Michael Elkins's isync which worked
 great, but then there is a problem of maintaining 2 sets of configs and
 mutt versions, here at work, and at home. So here am I, using good old
 method. SSH into the server. Type 'mutt'. Hit enter :o)
 
 Anyway, back to the problem
 
 Mutt does not or absolutely randomly displays N in the Folder View in front
 of the mailboxes that have new mail... Each of those folders has at least
 20 messages.
 
 I have not touched $folder_format at all. This problem also affects 
 $status_format %b which is supposed to tell you number of mailboxes with the 
 new mail.
 
 I have spent 3 hours going through my ~/.muttrc and can not find anything
 that could be wrong. 
 
 My .muttrc is here. Feel free to take a pick
 http://cvs.linuxinside.com/cgi-bin/cvsweb.cgi/configs/.muttrc
 
 Using
 Mutt 1.3.25-current-20020110i (2002-01-01)
 
 I had to install the CVS version since \012 in PGP signed mail drove me
 nuts :)
 
 igor
 
 -- 
 Uptime : 30 days, 11:55
 

-- 
Uptime : 30 days, 17:53



Re: strange TABs in header

2002-01-10 Thread Igor Pruchanskiy

 I suspect that it doesn't have anything to do with mutt, but I don't know
 who else to ask.  The thing is that all of a sudden all mails from a friend
 of mine (who also uses mutt) have TABs in these three header lines:
  From:TABname etc
  To:TABname etc
  Date:TABdate

I actually killed an hour last night trying to find out why my X-ddate
header was wrapping into the next line... It appeared that i had this in
my .muttrc

my_hdr X-ddate: `ddate` # Add ddate header

This space between my_hdr and the comment added all this space after the
header... 

So have your friend make sure that he does not have Tab between
my_hdr From: and what the header is set to in his ~/.muttrc

igor

-- 
Uptime : 3 days, 20 min



Re: Please help verify my procmail settings to go with mutt

2002-01-09 Thread Igor Pruchanskiy

 While I'm on RedHat, not Mandrake, my suspicion is that Mandrake may be
 set up so that you do not need a .forward file for postfix.  Have you
 tried running without the .forward?

Sorry for late reply, but i am just catching up on my 927 new messages in
mutt-users mailbox :)

Anyway, Postfix is NOT using .forward files by default, which I think is a
good thing. And it will look into your ~/.procmailrc if you have 

mailbox_command = /usr/bin/procmail

in your /etc/postfix/main.cf.
Although if you still want Postfix to look for  .forward file fird put
this into your /etc/postfix/main.cf

allow_mail_to_commands = alias,forward
forward_path = $home/.forward$recipient_delimiter$extension,$home/.forward


igor

-- 
Uptime : 1 day, 21:51



muttprint question

2001-11-08 Thread Igor Pruchanskiy

Hello all, 

I know this is not exactly a mutt question, but since the app name have
m-word in it i decided to ask here...

How can i configure muttprint or whatever it's using (LaTeX ?) to print
cyrillic ?

igor

-- 
Uptime : 67 days, 18:03



Say what ?

2001-10-26 Thread Igor Pruchanskiy

I just saw this conversation on irc

NetSkier kate: The mutt developer is working on pup, Son of Mutt.
kate Jeopardy: oh, I thought you were talking about blackbox. :-)
kimihia NetSkier: say what? LOL!
kate NetSkier: Michael Elkins, or Thomas Roessler?
Jeopardy lol
NetSkier kimihia: It is true;  kate:  Elkins
NetSkier He said he is not working very hard on it, but he has started.
Hope I am not divulging secrets.

igor

-- 
Uptime : 54 days, 15:50



Re: Unsetting Signatures

2001-10-22 Thread Igor Pruchanskiy

 % 
 % send-hook . set signature='echo -n Uptime: ; uptime \
 %  | sed s/.*up\(.*\),\ \+[0-9]\+\ user.*/\1/|'
 
 That is one way to do it, and a fine way at that.  You could lose the
 quotes around the . regexp, though, and you may have some troubles with
 the nested quotes around Uptime.  Try some experimentation.

Played with it for 20 minutes list night and ended up putting it into the
separate script...

So now i got 

send-hook . set signature='~/.mutt/uptime|'
send-hook [EMAIL PROTECTED] set signature=~/.mutt/.signature-expedition


 % 
 % -- 
 % '01 XLT 2X4
 % 4.6L Triton V8
 
 So how do you like your toy? :-)

I absolutely love it. This is my first American made vehicle and i do not
regret that i bought it, should of went with the more expensive XLT
though...

igor

-- 
Uptime : 50 days, 11:18



Unsetting Signatures

2001-10-20 Thread Igor Pruchanskiy

Hello all,

I have a little question here
See this signature at the bottom? Well, it is not supposed to be here.

I have these set in my .muttrc

# Makes signature look like this : Uptime:  20 days, 22:01
# Stolen from mutt-users list :)
set signature='echo -n Uptime: ; uptime \
| sed s/.*up\(.*\),\ \+[0-9]\+\ user.*/\1/|'

and 

send-hook [EMAIL PROTECTED] set signature=~/.mutt/.signature-expedition

The problem is that after i send mail to Expedition mailing list signature
is not set back to normal... should i replace the first one with 

send-hook . set signature='echo -n Uptime: ; uptime \
 | sed s/.*up\(.*\),\ \+[0-9]\+\ user.*/\1/|'

?

igor

-- 
'01 XLT 2X4
4.6L Triton V8



Re: Tag Multiple Attachments?

2001-10-17 Thread Igor Pruchanskiy

 Works fine for me in 1.2.5i

 worked great for me when i used 1.2.5i also

igor
 
-- 
Uptime:  45 days, 20:47



glibc 2.2.3 warnings

2001-06-15 Thread Igor Pruchanskiy

slackware-current with glibc-2.2.3

mutt compiles but gives warnings like

gcc -DSHAREDIR=\/usr/local/share/mutt\ -DSYSCONFDIR=\/usr/local/etc\
-DBINDIR=\/usr/local/bin\ -DHAVE_CONFIG_H=1 -I. -I.  -Iintl
-I/usr/local/include  -I/usr/include/ncurses -I./intl  -Wall -pedantic -g
-O2 -c muttlib.c
In file included from /usr/include/unistd.h:500,
 from mutt.h:23,
 from muttlib.c:20:
/usr/include/bits/confname.h:565: warning: comma at end of enumerator list

-- 
?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: Displaying number of lines in a message

2001-06-15 Thread Igor Pruchanskiy

I was just going to forward your message to procmail list and saw that you
did that yourself :)

On Fri 15 Jun 2001, Louis LeBlanc wrote:
 Good news.  I left sendmail up using the procmail config, and all mail
 that came to me between roughly 3:30 and 9:00 this morning went to
 /dev/null for some reason.  I think it is the user+detail@server
 format I use for mail sorting. Usually deliver handles that.
 I also noticed something odd in the procmail.log file.
 
 The trap is calling cyrus deliver with a missing parameter.
 In the /etc/procmailrc file I call it like this:
 
 TRAP=/usr/cyrus/bin/deliver -e -m $2 -- $1
 
 and sendmail calls it like this (with the old settings)
 
 deliver -e -m $h -- $u
 and calls procmail like this:
 procmail -Y -m /etc/procmailrc $u $h
 
 So it looks like it should be ok.  Anyone know what $h is supposed to
 be?
 
 Once again, sorry for taking this discussion so far off topic.
 
 Thanks
 Lou
 
 On 06/15/01 03:26 AM, Louis LeBlanc sat at the `puter and typed:
  Hmm.  I am using 3.14, but I am not using maildir.  I am using imap.
  Either way, like I said, procmail works fine if the 'Lines' header
  recipe is commented out.  Here is what I find in the ~/.procmail.log:
  
  procmail: [3167] Fri Jun 15 02:58:30 2001
  procmail: Match on ! ^Lines:
  procmail: Score:  -1  -1 
  procmail: Score:  30  29 ^.*$
  procmail: Locking /home/leblanc/.procmail.lock
  procmail: Executing /usr/bin/formail,-A,Lines: 29
  procmail: Unlocking /home/leblanc/.procmail.lock
  procmail: Assigning EXITCODE=
  procmail: Assigning TRAP=/usr/cyrus/bin/deliver -e -m  -- leblanc
  procmail: Assigning HOST=acadia
  procmail: Locking /var/spool/mail/leblanc.lock
  procmail: Error while writing to /var/spool/mail/_fx,WIbK7.acadia
  procmail: Lock failure on /var/spool/mail/leblanc.lock
  procmail: Assigning LASTFOLDER=/var/spool/mail/leblanc
  procmail: Opening /var/spool/mail/leblanc
  procmail: Error while writing to /var/spool/mail/leblanc
  From [EMAIL PROTECTED]  Fri Jun 15 02:58:30 2001
   Subject: test
Folder: **Bounced** 0
  procmail: Executing /usr/cyrus/bin/deliver,-e,-m,--,leblanc
  leblanc: Message contains invalid header 
  
  This is wierd.  What is /var/spool/mail/leblanc supposed to be?  I am
  using cyrus imap, and all mail is stored in a separate mail partition.
  Is there something else I am missing here?
  
  I apologise for taking this thread so far off topic, but
  http://www.procmail.org is currently unavailable.  I have no other
  resources handy.  Perhaps this weekend I can do a search if nobody can
  give me the answer by then.
  
  Thanks again!
  Lou
  
  
 
 -- 
 Louis LeBlanc
 Fully Funded Hobbyist, KeySlapper Extrordinaire :)
 [EMAIL PROTECTED]
 http://acadia.ne.mediaone.netԿԬ
 

-- 
?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: Displaying number of lines in a message

2001-06-15 Thread Igor Pruchanskiy

On Fri 15 Jun 2001, Louis LeBlanc wrote:
 Hmm.  I am using 3.14, but I am not using maildir.  I am using imap.
 Either way, like I said, procmail works fine if the 'Lines' header
 recipe is commented out.  Here is what I find in the ~/.procmail.log:
This is really odd. It works fine for me on 3 different machines. 2 Linux
boxens and 1 Solaris machine with procmail-3.15 and it never complained
about the syntax. Maybe you have whitespaces after each line or
something ?
 
 procmail: [3167] Fri Jun 15 02:58:30 2001
 procmail: Match on ! ^Lines:
 procmail: Score:  -1  -1 
 procmail: Score:  30  29 ^.*$
 procmail: Locking /home/leblanc/.procmail.lock
 procmail: Executing /usr/bin/formail,-A,Lines: 29
 procmail: Unlocking /home/leblanc/.procmail.lock
 procmail: Assigning EXITCODE=
 procmail: Assigning TRAP=/usr/cyrus/bin/deliver -e -m  -- leblanc
 procmail: Assigning HOST=acadia
 procmail: Locking /var/spool/mail/leblanc.lock
 procmail: Error while writing to /var/spool/mail/_fx,WIbK7.acadia
 procmail: Lock failure on /var/spool/mail/leblanc.lock
 procmail: Assigning LASTFOLDER=/var/spool/mail/leblanc
 procmail: Opening /var/spool/mail/leblanc
 procmail: Error while writing to /var/spool/mail/leblanc
 From [EMAIL PROTECTED]  Fri Jun 15 02:58:30 2001
  Subject: test
   Folder: **Bounced** 0
 procmail: Executing /usr/cyrus/bin/deliver,-e,-m,--,leblanc
 leblanc: Message contains invalid header 
 
 This is wierd.  What is /var/spool/mail/leblanc supposed to be?  I am
 using cyrus imap, and all mail is stored in a separate mail partition.
 Is there something else I am missing here?
 
 I apologise for taking this thread so far off topic, but
 http://www.procmail.org is currently unavailable.  I have no other
 resources handy.  Perhaps this weekend I can do a search if nobody can
 give me the answer by then.
 
 Thanks again!
 Lou
 
 
 On 06/14/01 11:20 PM, Igor Pruchanskiy sat at the `puter and typed:
  What version of procmail are you using ?
  I am using procmail-3.15, which is the only version that does not need to
  be patched to use Maildir. Also make sure that it finds formail. Try
  giving in the full path and see what procmail log file has to say about
  this.
  
  amorphis:~$ grep LOG .procmailrc 
  LOGFILE = $HOME/.procmail.log
  
  P.S. If you are using procmail-3.15 make sure you have / at the end of the
  mailbox path, otherways it will make it mbox instead of Maildir
  
  Here is my .procmailrc
  http://amorphis.linuxinside.com/procmailrc
  
  igor
  
  On Fri 15 Jun 2001, Louis LeBlanc wrote:
   Hey, thanks for this, but I am having a problem with it.
   I entered the lines you gave exactly to my /etc/procmailrc, and I have
   reconfigured sendmail.cf to use procmail as the delivery agent.
   Unfortunately, I get the following:
   sendmail[2826]: BAA02824: BAA02826: DSN: Data format error
   If I remove the recipe you gave, I get no problem. Are these all
   spaces, or are there tabs within?
   
   Any ideas?  I appreciate any help.
   
   Lou
   
   On 05/30/01 09:17 AM, Igor Pruchanskiy sat at the `puter and typed:
add to your .procmailrc

:0 Bfh
* H ?? !^Lines:
* -1^0
*  1^1 ^.*$
| formail -A Lines: $=

   
   -- 
   Louis LeBlanc
   Fully Funded Hobbyist, KeySlapper Extrordinaire :)
   [EMAIL PROTECTED]
   http://acadia.ne.mediaone.net?©??
   
  
  -- 
  ?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; } ?
  
 
 -- 
 Louis LeBlanc
 Fully Funded Hobbyist, KeySlapper Extrordinaire :)
 [EMAIL PROTECTED]
 http://acadia.ne.mediaone.netÔ¿Ô¬
 

-- 
?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: Displaying number of lines in a message

2001-06-14 Thread Igor Pruchanskiy

What version of procmail are you using ?
I am using procmail-3.15, which is the only version that does not need to
be patched to use Maildir. Also make sure that it finds formail. Try
giving in the full path and see what procmail log file has to say about
this.

amorphis:~$ grep LOG .procmailrc 
LOGFILE = $HOME/.procmail.log

P.S. If you are using procmail-3.15 make sure you have / at the end of the
mailbox path, otherways it will make it mbox instead of Maildir

Here is my .procmailrc
http://amorphis.linuxinside.com/procmailrc

igor

On Fri 15 Jun 2001, Louis LeBlanc wrote:
 Hey, thanks for this, but I am having a problem with it.
 I entered the lines you gave exactly to my /etc/procmailrc, and I have
 reconfigured sendmail.cf to use procmail as the delivery agent.
 Unfortunately, I get the following:
 sendmail[2826]: BAA02824: BAA02826: DSN: Data format error
 If I remove the recipe you gave, I get no problem. Are these all
 spaces, or are there tabs within?
 
 Any ideas?  I appreciate any help.
 
 Lou
 
 On 05/30/01 09:17 AM, Igor Pruchanskiy sat at the `puter and typed:
  add to your .procmailrc
  
  :0 Bfh
  * H ?? !^Lines:
  * -1^0
  *  1^1 ^.*$
  | formail -A Lines: $=
  
 
 -- 
 Louis LeBlanc
 Fully Funded Hobbyist, KeySlapper Extrordinaire :)
 [EMAIL PROTECTED]
 http://acadia.ne.mediaone.netԿԬ
 

-- 
?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; } ?



(fwd) Re: mutt syntax highlighting

2001-06-13 Thread Igor Pruchanskiy

I am forwarding this message from y local Linux User Group list.

Btw, how do i stop message of the forwarded message show up in the message
body ?

- Forwarded message from Tracy R Reed [EMAIL PROTECTED] -

Delivered-To: mailing list [EMAIL PROTECTED]
Date: Wed, 13 Jun 2001 19:55:20 -0700
From: Tracy R Reed [EMAIL PROTECTED]
To: [EMAIL PROTECTED], George Georgalis [EMAIL PROTECTED],
   [EMAIL PROTECTED]
Subject: Re: mutt syntax highlighting

On Wed, Jun 13, 2001 at 07:54:07PM -0700, Igor Pruchanskiy wrote:
 Here is what i got. I have no idea what quoted1, quoted2 and quoted3 are
 or though

Speaking of mutt hacking, does anyone know how to make mutt automatically
spell check and how to make ispell not try to spell check quoted text?

And are there any grammar checkers?

I hate it when I send something only to have it quoted back to me and see
spelling and grammatical errors.

-- 
Tracy Reed  http://www.ultraviolet.org
The irony is that Bill Gates claims to be making a stable operating system and
Linus Torvalds claims to be trying to take over the world. - Drakmere  
-

-- 
  http://www.kernel-panic.org
  list archives http://www.ultraviolet.org
  To unsubscribe, send a message to the address shown in the list-unsubscribe
  header of this message. 



- End forwarded message -

-- 
?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-13 Thread Igor Pruchanskiy

On Tue 12 Jun 2001, Jim Toth wrote:
 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

For some reason misspelled words are not highlighted. Does it highlight
them for you ?


 
 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]
 

-- 
?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; } ?



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; } ?



charset question

2001-06-08 Thread Igor Pruchanskiy

in my .muttrc i have

set charset=koi8-r
set allow_8bit

but when i look at the header of the e-mail i sent to myself
it says

Content-Type: text/plain; charset=utf-8
  ^
Content-Transfer-Encoding: 8bit

I am also not able to send e-mails that will stay with the normal encoding
from yahoo, since yahoo now days only speaks:
Content-Type: text/plain; charset=us-ascii

It's being a long battle between me an Mutt and i am still loosing it. 
I am not able to read any emails that sent to me buy my family from
Russia.

i either get 
?? ??? ?  ?? ??
or 
\305\324\317 \324\305\323\324 \316\301 \322\325\323\323\313\317\315
\321\332\331\313\305

I tried to compile mutt with 
--disable-nls
--with-included-gettext
--enable-locales-fix
and neither one of those makes any difference whatsoever

Also my env was set to
LANG was set to en_US, ru_RU.KOI8-R, ru and en
LC_ALL was set to C, POSIX, ru, ru_RU.KOI8-R

And my ~/.inputrc has following
set meta-flag on
set convert-meta off
set output-meta on
so i am totally able to write in russian
in vi or midnight commander, so looks like mutt is the only one that
refuses to surrender

At this moment it has
+ENABLE_NLS  
+LOCALES_HACK

And another question i had, is what is LC_MESSAGES
that ./configure script is looking for ?

-- 
?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; } ?



dot files

2001-06-02 Thread Igor Pruchanskiy

I am sure this question was asked before, but i am not able to find
anthing about this

How can i view dotfiles in mutt's file browser ?

igor

-- 
?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: Displaying number of lines in a message

2001-05-30 Thread Igor Pruchanskiy

add to your .procmailrc

:0 Bfh
* H ?? !^Lines:
* -1^0
*  1^1 ^.*$
| formail -A Lines: $=

On Wed 30 May 2001, Louis LeBlanc wrote:
 I noticed that mutt does not look at how many lines a message has
 until you explicitly read it.  Once you do, mutt only remembers the
 number until you quit.  Some messages, on the other hand, include an
 explicit 'Lines:' header, which mutt will read and use to display the
 number of lines in the message.  However, mutt does not generate this
 header itself.  Any idea why?  Is this to be fixed in future releases?
 
 Is there a way to get mutt to check the number of lines in messages
 even if they don't include a 'Lines:' header?
 
 Thanks
 
 Lou
 -- 
 Louis LeBlanc
 Fully Funded Hobbyist, KeySlapper Extrordinaire :)
 [EMAIL PROTECTED]
 http://acadia.ne.mediaone.netԿԬ
 

-- 
?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: How handle HTML emails?

2001-05-03 Thread Igor Pruchanskiy

Add this to your .mailcap 

text/html; lynx -dump %s ; copiousoutput

add this to your .muttrc

auto_view text/html


igor

On Thu 03 May 2001, Dr. Christian Seberino wrote:
 How do people read HTML emails?
 
 Yes I know I could save email and fire
 up Netscape but is there some automagic
 way to streamline the process???
 
 Christian Seberino
 
 -- 
 ===
 Dr. Christian Seberino   
 ===
 SPAWARSYSCEN D02P  || (619) 553-2564
 49330 ELECTRON DR  ||  
 SAN DIEGO CA 92152-5451|| [EMAIL PROTECTED]
 ===
 



lag

2001-05-03 Thread Igor Pruchanskiy

I am having some serious lag sending mail to this list.
Is that normal ? Takes about 20 min to show up on the list

igor



Re: debian-user save hook

2001-05-02 Thread Igor Pruchanskiy

man muttrc

 ~C EXPR  message is either to: or cc: EXPR

 So, messages with debian in To: or Cc: headers will go to =support mailbox.

igor

On Tue 01 May 2001, Dale Morris wrote:
  I do it like this in my muttrc, is there a better way, maybe one
  that works for all subscribed lists with a single command?
  
  subscribe  mutt-users@
  fcc-save-hook  '~C mutt-users' =mutt-users
 What does '~C mean here? I want to save messages from from
 +debian-user mailbox to a +support mailbox
 
 subscribe debian@
 fcc-save-hook  '~C debian'=support
 
 ?? I'm confused. 
  subscribe  sawfish@
  fcc-save-hook  '~C sawfish'=sawfish
  
  Sam
  
  -- 
  Sam Roberts [EMAIL PROTECTED]
 



Re: newbie configuration questions....

2001-04-26 Thread Igor Pruchanskiy

You might want to fix your time
  
  Date: Sat, 10 Feb 2001 03:52:47 +0900
 ^^^

On Sat 10 Feb 2001, Joss Winn wrote:
 Many thanks for all the advice answering my dumb questions.  I hope this next one is 
as simple to solve.  
 
 I want to read Japanese text.  I'm not too concerned with writing it at the moment, 
but would like to read it.  Right now, I am botching it by opening up Japanese mail 
in emacs which displays Japanese text perfectly.  I have found numerous references on 
the web concerning mutt and Japanese but they all seem a bit dated and involve 
patching and recompiling source code.  Also in the manual there is a reference to 
charset_hook but I can't get it to work.  I have also tried changing the font of my 
terminal but that doesn't help either.
 
 All advice would be gratefully recieved.
 
 Joss
 
 -- 
 [EMAIL PROTECTED]
 http://www.josswinn.org
 
 



Re: How to filter retrieved mail

2001-04-25 Thread Igor Pruchanskiy

FEATURE(local_procmail)dnl 
bypasses .forward, so you do not need it

On Wed 25 Apr 2001, Dirk Laurie wrote:
 Suresh Ramasubramanian skryf:
  Dirk Laurie proclaimed on mutt-users that: 
  
   When retrieving mail from a POP server, it gets dumped straight into
   my inbox, without passing through my .procmailrc.  I can think of
   several solutions to this problem:
  
  Is procmail set as a mailer and do you have feature(`local_procmail') in your
  sendmail.mc?
  
 FEATURE(local_procmail)dnl 
 
  Also, what's the permission of your procmailrc / .forward?
 I don't have any such. This is the standard RedHat 7.0 setup.
 
 Dirk
 



Re: Console fonts (was: Re: Thread trees...)

2001-04-24 Thread Igor Pruchanskiy

slackware forever

On Tue 24 Apr 2001, Mr. Wade wrote:
 Daniel Nielsen wrote:
  Oki, this might seem newbieish... but where and how do you view your
  current consolefont / change it
 
 I will have to admit ignorance here, but what I am about to
 describe might be distribution-specific; I don't know, but...
 
 I use Slackware Linux; there is a setfont command that does the
 job of setting the console screen font.  It is part of the kbd
 package.  That package also has a fontconfig script that will
 setup the default font for the system, but should be run as root,
 of course.
 
 Also, /usr/lib/kbd/consolefonts is the default font directory.
 I find a great number of fonts in there, (in excess of 150.)
 
 I use:
 
 $ setfont -v lat4a-16+.psfu.gz
 
 I like that font because it's clear and large, making it easy to
 read, (for me).
 
 Good luck!
 
 -- Mr. Wade
 
 -- 
 Linux: The Choice of the GNU Generation
 
 



Re: Ideal 'xterm' for mutt/vim combination...

2001-04-20 Thread Igor Pruchanskiy

set ascii_chars

will make your threads look good on Solaris

igor

On Fri 20 Apr 2001, Chris Green wrote:
 On Thu, Apr 19, 2001 at 10:28:36PM +0200, Thomas Ribbrock wrote:
  On Thu, Apr 19, 2001 at 08:53:26AM +0100, Chris Green wrote:
   I'm running mutt in rxvt windows on Solaris (2.6 at the moment) and
   have got colours set up OK.  It did take a bit of fiddling about to
   get it all to work correctly though.  Feel free to E-Mail me direct
   if you want more information.
  
  I find that the XFree86 xterm works better for mutt (also Solaris
  2.6), as the xterm provides the graphical characters which make
  threading look a lot nicer - I haven't seen that working in a rxvt so
  far.
  
 I don't use threading so that's not an issue for me - each to his
 own!  :-)
 
 -- 
 Chris Green ([EMAIL PROTECTED])
   Home: [EMAIL PROTECTED]   Work: [EMAIL PROTECTED]
   WWW: http://www.isbd.co.uk/
 



Re: Configuring Mailcap (OT?)

2001-04-20 Thread Igor Pruchanskiy

Mutt has a pretty good online manual. I suggest that you check it out:
http://www.mutt.org/doc/manual/manual-5.html

igor

On Sat 21 Apr 2001, Horace G. Friend III wrote:
 
 Hi,
 
 I have the following text/html entries in  ~/.mailcap. can someone help
 me modify the behavior for text/html? TIA. :-)
 
 text/html; netscape -remote 'openURL(%s)'; test=RunningX
 text/html; mv '%s' '%s'.html  links 'file://%s.html'
 
 The netscape entry only works if netscape is already up and running.
 I've tried using just 
 
 netscape '%s'; test=RunningX
 
 but it opens a new netscape window everytime which I don't want as this
 tend to clutter my window.
 
 Exploring these options... How I can I fix the above mailcap entry so
 that the mime msg will open in an existing netscape window or 
 
 1. open a new netscape window if none exist? or
 
 2. open it in links (my next mailcap entry) even if test=RunningX prove
 positive (exit 0)?
 
 Is this possible? I think so since nothing is "almost" impossible in
 Linux. :)
 
 -- 
 Horace G. Friend III
 [EMAIL PROTECTED]
 GnuPG DSA/ElGamal Key Fingerprint
 9295 80C4 C723 621B 9C2D  B53E D432 7936 4CA9 8AD6
 



Re: temporarily reply with all headers

2001-04-19 Thread Igor Pruchanskiy

You can hit 'h' within pager window to see the full message header.
Is that what you are talking about ?

igor

On Thu 19 Apr 2001, Erika Pacholleck wrote:
 I need an advice how I would best do this:
 
 0. default is: take all headers out
 1. for a mailinglist reply to mailinglist [EMAIL PROTECTED]
 -. put all headers in the beginning
 -. then reply blahblah
 
 I need this only in some very special cases to track some bouncing
 which should not occur. So I would like not to do any big changes
 in my rc files.
 Any suggestions how to accomplish that best? Thanks.
 -- 
 Erika
 



Re: smtp server config?

2001-04-17 Thread Igor Pruchanskiy

Here is mine:

divert(-1)dnl
#
# sendmail.mc created by Solefald igor (at) linuxinside (dot) com
#
divert(0)dnl
VERSIONID(`$Id: generic-linux.mc,v 8.1 1999/09/24 22:48:05 gshapiro Exp $')dnl
OSTYPE(`linux')dnl
DOMAIN(`generic')dnl
MASQUERADE_AS(`yourdomain_goes_here.com')dnl
define(`DATABASE_MAP_TYPE', `btree')dnl
define(`confPRIVACY_FLAGS',`goaway')dnl
define(`confDELAY_LA', `4')dnl
define(`confQUEUE_LA', `6')dnl
define(`confREFUSE_LA', `8')dnl
define(`confMAX_DAEMON_CHILDREN', `4')dnl
define(`confMAX_HEADERS_LENGTH', `16384')dnl
define(`confSMTP_LOGIN_MSG',`$j server ready at $b')dnl
define(`confMAX_RCPTS_PER_MESSAGE', `25')dnl
define(`confREJECT_MSG', `550 Your access to this mail host has been denied')dnl
define(`confRELAY_MSG', `550 This mail host does not RELAY')dnl
define(`confCONNECTION_RATE_THROTTLE', `3')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`always_add_domain')dnl
FEATURE(`virtusertable')dnl
FEATURE(`local_procmail', `/usr/bin/procmail')dnl
FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
FEATURE(`relay_entire_domain')dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(`delay_checks')dnl
FEATURE(`dnsbl',`rbl.maps.vix.com',`Rejected - see  http://www.mail-abuse.org/rbl/')dnl
FEATURE(`dnsbl',`dul.mail-abuse.org',`Dialup - see http://www.mail-abuse.org/dul/')dnl
FEATURE(`dnsbl',`relays.mail-abuse.org',`Open relay - see 
http://www.mail-abuse.org/rss/')dnl
FEATURE(`dnsbl',`input.orbs.org',`Open relay - see http://www.orbs.org/')dnl
MAILER(`local')dnl
MAILER(`smtp')dnl

And here is my /etc/mail/helpfile
(make sure you got tab between those)
-- snip --
#vers   2
smtpIf you need help don't search for it here.
--snip--

igor

On Tue 17 Apr 2001, Suresh Ramasubramanian wrote:
 CB proclaimed on mutt-users that: 
 
  exactly what I would call easy.  I just (and I mean JUST) fixed a 
  problem where my local sendmail was sending it out with the local
  machinename which doesn't resolve externally.  As a result, I was
  getting a lot of rejects from destination mail servers and lists were
  dropping my posts.  Took me a little while to figure out how to get it
  working the way I needed it to.  Hell, I've been wanting to upgrade to
  8.12.0 anyway (Beta 7).
 
 http://www.hserus.net/sendmail.html should help.
 
 hth
 --s
 
 -- 
 Suresh Ramasubramanian + Wallopus Malletus Indigenensis
 mallet @ cluestick.org + Lumber Cartel of India, tinlcI
 EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
 



Re: smtp server config?

2001-04-16 Thread Igor Pruchanskiy

Sendmail does rock. *I* think that it is better then qmail.
8.12.0.Beta7, wich is currently out now does not need to run as root anymore.
Don't want beta ? 8.11.3 is stable. 
So looks like qmail's advantage of non-root thing is not an advantage anymore, is it ? 
:))

igor

On Tue 17 Apr 2001, Suresh Ramasubramanian wrote:
 Tim Whitehead proclaimed on mutt-users that: 
 
  more flexibility (hence configurability) besides the fact that it claims that it
  "makes sendmail obsolete" (http://www.qmail.org). 
  
  Everybody claims something or the other ... 
 
   -s (tried sendmail 8.11.2 betas lately? they rock)
 
 -- 
 Suresh Ramasubramanian + Wallopus Malletus Indigenensis
 mallet @ cluestick.org + Lumber Cartel of India, tinlcI
 EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
 



Re: saving attachments to another folder

2001-04-15 Thread Igor Pruchanskiy

You might also want to do something about this:

-- snip --
gpg: BAD signature from "Benny Chee (Singapore Telecommunications Ltd) 
[EMAIL PROTECTED]"
-- snip --

On Sun 15 Apr 2001, Benny Chee wrote:
 hi,
 
   I would like to default save all my attachments to a folder. ie when pressed 
's', it will be saved to the default folder as specified by user. I hate mixing my 
files on my root directory with my attachments.
 
 -- 
 Benny





Re: mutt colors in xterm

2001-04-15 Thread Igor Pruchanskiy

Replace default with black. default will have no effect in xterm.

# Color Terminals (export TERM=xterm-color)
color hdrdefault cyan default
color quoted green default
color signature red default
color indicator black cyan
color attachment magenta default
color error brightred default
color status brightyellow blue
color tree green default
color normal white default
color message brightyellow default

# Index colors
color index brightyellow default "~N"   # New Messages are brighter
color index brightyellow default "~U"   # Set Unread meassager same as ~N
color index brightred default "~F"  # These are important messages
color index cyan default "~Q"   # Messages i replied to
color index magenta default "~G"# PGP Encrypted Message
color index magenta default "~g"# PGP Signed Message
color index black default "~D"  # Deleted Messages

On Sun 15 Apr 2001, [EMAIL PROTECTED] wrote:
 hi to all,
 
 keeping on tracking, customizing my mutt, my question now is:
 how can i teach mutt to use all of my .muttrc inclusive of colors and
 keymappings in xterm/XFree86 environment? So far in my xterms, only explicitly
 specified bg and fg colors dominate, any colors  from muttrc just dont come
 through.
 Any solutions, doc-hints welcome(there is a lot of them, seems a bit confusing
 to me).  
 thanx in advance
 
 Dieter Maas
 
 



Re: mutt colors in xterm

2001-04-15 Thread Igor Pruchanskiy

Ok, i'll be more specific.
default allows me to use aterm's transparency

igor

On Sun 15 Apr 2001, Thomas Dickey wrote:
 On Sun, Apr 15, 2001 at 03:13:04PM -0700, Igor Pruchanskiy wrote:
  Replace default with black. default will have no effect in xterm.
 
 that depends (I use "default" in XFree86 xterm, and it does work properly).
 perhaps your statement requires qualification...
  
  # Color Terminals (export TERM=xterm-color)
  color hdrdefault cyan default
 ...
  On Sun 15 Apr 2001, [EMAIL PROTECTED] wrote:
   hi to all,
   
   keeping on tracking, customizing my mutt, my question now is:
   how can i teach mutt to use all of my .muttrc inclusive of colors and
   keymappings in xterm/XFree86 environment? So far in my xterms, only explicitly
   specified bg and fg colors dominate, any colors  from muttrc just dont come
   through.
 
 -- 
 Thomas E. Dickey [EMAIL PROTECTED]
 http://dickey.his.com
 ftp://dickey.his.com
 



Re: Bug or feature?

2001-04-14 Thread Igor Pruchanskiy

set record=+outbox 

Will save all outgoing mail into the Maildir called outbox 
You sould drop the + if you are using mbox format

igor

On Fri 13 Apr 2001, CB wrote:
 Still feeling out mutt, so if I'm retreading old issues, sorry.  I had:
 set copy = yes
 set record = +Sent
 set folder = "~/nsmail"  # converted from netscape today
 
 When I would send out mail, it would not save a copy in Sent.  I saw an
 error message flash by and tracked it down to something along the lines
 of "File does not exist: /home/todd/Mail/Sent"   Huh?  I have the path
 set for ~/nsmail.  I verified that the word "Mail" was nowhere to be
 found in any of my configuration files.
 
 During troubleshooting, I renamed nsmail to Mail and modified the
 appropriate directives in config files .muttrc and .procmailrc.  Lo and
 behold, it works properly.
 
 Is this a bug or a feature?  
 -- 
 Blue skies... Todd
 | Get a bigger hammer!   |  Sometimes you get what you want.  |
 | http://www.mrball.net  |  Sometimes you get experience. |
 | http://faq.mrball.net  | --unknown origin   |
 



Re: cyrillic characters

2001-04-08 Thread Igor Pruchanskiy

Yes, i can use russian letters in aterm, but only if i set 
the appropriate font. I can also save the message as a text file and
can read it just fine.

I also tried recompiling mutt  with ./configure --with-included-gettext
if i start aterm with -fn koi8x13 and export LANG=ru and LC_ALL=ru
i get russian menus at the bottom. This is actually something i would like to
avoid. I only need to be able to read e-mails with koi8 and cp-1251. 

And yes, i would appreciate if you send me an e-mail with cyrillic characters 
and correct headers.

P.S. This is an unrelated question, but i noticed that
if you start aterm, Eterm or rxvt (xterm works fine) 
Every single app that uses ncurses interface is loosing
background. So if i start mutt i will only see the foreground
letters and background would be completely gone. Or Midnight Commander
and it's menus are loosing it's blue background... This looks really odd
but i could never figure out how to fix that. Note that only
koi10x20 and 1251-10x20 fonts have that problem 

igor
igor (at) linuxinside (dot) com 


On Sat 07 Apr 2001, Vitaly A. Repin wrote:
 On Sat, Apr 07, 2001 at 12:24:50AM -0700, Igor Pruchanskiy wrote:
  
  This does not help Still buch of ?? ??? ?? ??
  
  i tried starting aterm with -fn koi9x15 and -n cp1251-9x15.
  The letter still looks the same
 
 Mmm...   
 1) Can you see russian letters at aterm?  For. ex., can you 
 see cyrillic menus of the mutt when NLS is used (LANG should be set to
 something like ru_RU.KOI8-R)?
 2) If you want, I can send you the message with cyrillic and 
 with correct headers.  
 
 -- 
 WBR  WBW, Vitaly.
 

 PGP signature


Mailbox Shortcuts

2001-04-08 Thread Igor Pruchanskiy

Hello, 

Does anyone know if it is possible to define additional Mailbox Shortcuts in Mutt ?
Or i have to do something like: 

  macro index \em "cMaildir/lists/mutt-users\r" "Go to the mutt-users mailbox" 
  macro pager \em "cMaildir/lists/mutt-users\r" "Go to the mutt-users mailbox" 

BTW, i tried doing \cm instead of \em and it didn't work but i do not 
see ^m bound to anything else...


igor (at) linuxinside (dot) com

 PGP signature


Re: Open mutt with the mail directory displayed?

2001-04-08 Thread Igor Pruchanskiy

I use 

push cMaildir\r # Go directly to my Maildir

I hope that helps. 

Igor

On Sun 08 Apr 2001, Phil Sexton wrote:
 I would like for the mail directory to be displayed when mutt opens.  I.E, 
 what I see when I use c ?.
 
 Does anyone have an idea on how to do this?
 
 -- 
 Phil  "Linux: Viagra for the PC"
 Naomi's Fancy: http://naomisfancy.virtualave.net/
 My page: http://naomisfancy.virtualave.net/phil.html
 Cyber Tionol: http://tionol.virtualave.net/
 



Re: Playing a new mail wav

2001-04-08 Thread Igor Pruchanskiy

in .muttrc

set beep_new# Beep on new messages

does the job for me. I hate sounds :)
Works great with Maildir

igor

On Sun 08 Apr 2001, Phil Sexton wrote:
 I have mutt working how I want it to now (best mail client I have used, I 
 think, BTW).  I would like to play sounds upon new mail.
 
 Previously, I used the clockmail applet in gnome to do so, but I only 
 understand how to set it up to play for the mail spool file.  I am using 
 procmail to move the mail to folders.
 
 Would any of you know how to play a new mail wav file upon arival of new 
 mail? I would like to:
 
 esdplay mail.wav
 
 It would really be neat if I could play different wavs for different 
 mailboxes.
 
 -- 
 Phil  "Linux: Viagra for the PC"
 Naomi's Fancy: http://naomisfancy.virtualave.net/
 My page: http://naomisfancy.virtualave.net/phil.html
 Cyber Tionol: http://tionol.virtualave.net/
 



Re: two mutt questions

2001-04-08 Thread Igor Pruchanskiy

 You can not tell Mutt to use external smtp server if i am not mistaking. It has to 
use your local sendmail or another mailer.
And it does not send your message body as an attachment. It just looks like it, if you 
are talking about the screen where you hit "y"
to send mail out.

igor

On Sun 08 Apr 2001, Dave Csercsics wrote:
 Ok, Mutt ios a great program and all that but I have a couple questions. Well a 
problem and a question. The problem is that 
 I cannot figure out how to tell mutt the name of my smtp server so that I can get 
mutt to send mail. I can receive fine but not 
 send. Any help with this would be greatly appreciated. Now my question. When I am 
done editing the body of my message 
 why is it put into the message that I am about to send as an attachment rather than 
in the message body? How would you 
 change that so that when you edit a message it gets put in the body of the message 
you are about to send. That is all I 
 have for now. I think this program is great and I would like it even more if I could 
send my mail.
 
 
 



RunningX replacement

2001-04-08 Thread Igor Pruchanskiy

 Today i finally got to the Mutt MIME configuration part.
I spent about 10 minutes trying to compile RunningX.ci, link to which i found on 
mutt.org.
I was getting all kinds of errors and i did not feel like digging through that, so i 
came up with 
my own little RunningX replacement. Just a simple shell script.  

-- snip --
#/bin/sh
if [ "$DISPLAY" = " " ]
   then
  exit 0
   else
  exit 1
fi
-- snip --

and also i found a really usefull mutt feature

set mailcap_path="~/.mutt/mailcap"

Here is my mailcap for mutt:

text/html; links -dump %s ; copiousoutput 
text/plain; more %s; copiousoutput
application/pdf;/usr/local/bin/acroread %s
image/*; xv %s ; text=RunningX

I didn't what to use ~/.mailcap because Netscape would open
all images with xv if i define image/*; xv %s in ~/.mailcap

I hope that would help someone :)

igor



Re: cyrillic characters

2001-04-07 Thread Igor Pruchanskiy

This does not help Still buch of ?? ??? ?? ??

i tried starting aterm with -fn koi9x15 and -n cp1251-9x15.
The letter still looks the same

I remeber a while ago a freind of mine sent me a letter and mutt 
translated it from cyrillic characters to some odd version of "Translit"

igor

On Fri 06 Apr 2001, Vitaly A. Repin wrote:
 On Fri, Apr 06, 2001 at 05:25:40PM -0700, Igor Pruchanskiy wrote:
 
  If i get a message containing cyrillic characters all is see is 
  
  ??  ??? ?? ?
  ? ?   ??? ? 
  
  I would not mind that if i had some kind of translator 
  that would actually translate bunch of question marks into 
  real cyrillic or enghlish, but since i don't i'd like to 
  figure out how to make it work For both koi8 and cp1251.
 
 Try press C-E.  You'll be able to select the encoding of the letter.
 For example, koi8-r.  This trick can be useful for reading letters 
 with broken headers (for ex., when encoding of the letter is not set or set
 incorrect). 
 
 -- 
 WBR  WBW, Vitaly.
 

 PGP signature


cyrillic characters

2001-04-06 Thread Igor Pruchanskiy

Hello,

I am sure this question was asked on this mailing list a million times,
but i do not seem to be able to find an answer that would actually
make this work

If i get a message containing cyrillic characters all is see is 

??  ??? ?? ?
? ?   ??? ? 

I would not mind that if i had some kind of translator 
that would actually translate bunch of question marks into 
real cyrillic or enghlish, but since i don't i'd like to 
figure out how to make it work For both koi8 and cp1251.

thank you in advance
igor (at) linuxinside (dot) com