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/
--
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!
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
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
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
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
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
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
> "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