Re: displaying browser & pager at the same time

1999-08-04 Thread Kevin Falcone
> "SZ" == Shao Zhang <[EMAIL PROTECTED]> writes: SZ> I saw this screenshot http://www.mutt.org/screenshots/pager.gif, which SZ> had pager and browser displaying at the same time in one xterm. SZ> I wonder how to do this?? set pager_index_lines=5 -kevin -- Kevin Falcone <[EMA

Re: jSig

1999-08-04 Thread Azeem Shahjahan Jiva
Java for a little random sig thing! Wow talk about over kill! Try this... #!/usr/bin/ksh { typeset afile set -A allsigs `cd ~/sigs;ls -a sig*` (( afile = $RANDOM % ${#allsigs[*]} )) cat ~/sigs/${allsigs[$afile]} } Just make a directory called sigs in your home

jSig

1999-08-04 Thread erik
Hi, I ran across this java program called jSig on Freshmeat. I would like to use it to randomly put another signature in my emails. I went to the download page - http://www.vaporwarepublishing/software/jSig/ - and I downloaded it. it comes with a README file, but maybe its me, but how do I ins

displaying browser & pager at the same time

1999-08-04 Thread Shao Zhang
Hi, I saw this screenshot http://www.mutt.org/screenshots/pager.gif, which had pager and browser displaying at the same time in one xterm. I wonder how to do this?? Thanks. Shao. -- Sh

half-down in the pager

1999-08-04 Thread Shao Zhang
Hi, I binded the key for half-down to ctrl-d. But when I reaches the end of the message, if I press ctrl-d again, mutt will switch from the pager to index menu(browser). Is there anyway to config it so that it will behave like next-line?? That is, when reaches

postponed index format?

1999-08-04 Thread Ken W
I have looked around the manual, but can't find anything on this. Can I set the format of the postponed index? Now it sets it to show the sender, like most other mailboxes. I set 'postponed' in my muttrc to show the recipient instead, like in my 'sent' mailbox. This only works if I go to the p

saving mail in two places

1999-08-04 Thread Richard P. Groenewegen
Hi, I'm using mutt for some time now and I'm used to saving all my outgoing mail (set copy=yesset record=+outbox). But now I want to save all messages going to foo@bar in the mailbox +foo also. So, I want to save these message in two mailboxes, but mutt does not seem to allow this. The

Saving outging Mails

1999-08-04 Thread Andreas Keller
Hello Mutt-Users, could anyone tell me how I could make mutt to save outgoing mails in a folder so I can read my mails later? So long, Andreas --- PGP-Key at www.keyserver.net available! ICQ: 43987662 Best wishes from lovely Lake Constance!

Re: Saving outging Mails

1999-08-04 Thread Jeremy Blosser
Andreas Keller [[EMAIL PROTECTED]] wrote: > could anyone tell me how I could make mutt to save outgoing > mails in a folder so I can read my mails later? set copy=yes set record="/some/mailbox/to/save/to" -- Jeremy Blosser | [EMAIL PROTECTED] | http://jblosser.firinn.org/ --