Hi folks,
I screwed up my .muttrc and its lost..
I had the file at ~/.muttrc
I did a mv ~/ ~/.muttrc
instead of
mv ~/ ~/.mutt/
and now its gone.. :(
Is there a way to retrieve my ~/.muttrc back on Sun ?
Thanks in advance,
Ravi
Am 2008-07-14 10:14:32, schrieb Patrick Shanahan:
> TMPDIR=${TMPDIR-/tmp}
> TMPFILE="${TMPDIR}/grepmail-output.$$"
> if [ -f ${TMPFILE} -o -d ${TMPFILE} -o -w ${TMPFILE} ]; then
> echo 1>&2 "Temporary file ${TMPFILE} exists for some reason! Aborting."
> exit 1
> fi
Why not use:
TMPFILE=
Hello Michael,
Am 2008-07-15 11:30:08, schrieb Michael Pobega:
> I have finally set up Mutt to work with IMAP (After just finding out
> Gmail has IMAP this morning), but I'm wondering if there is a suitable
> way to sort my emails using Procmail. I used to use POP and Procmail
> together to sort a
Am 2008-07-15 22:32:43, schrieb Kyle Wheeler:
> There's no such thing as using procmail "through" IMAP - procmail is a
> *delivery* agent. If you don't control delivery, then you can't use
> procmail.
Hmmm, you coulr download it with fetchmail and filter it localy with
procmail and in the pr