Cristóbal (was: merging/linking tagged messages into thread: brilliant!)
Hello Cristóbal,
On Tuesday, August 28, 2007 at 14:39:54 -0400, Cristóbal M. Palmer wrote:
> From: cmpalmer@xxxxxxxxxxxxxxx (Cristóbal M. Palmer)
Your name is misencoded in all your mails, probably because the
"From:" field is not written by Mutt. May I suggest you to: Set $from
and $realname, verify $use_from=yes, and not set $send_charset (the
default is better)? You can mail me to validate the changes.
Bye! Alain.
--
Mutt compressed folders tip for stable archive timestamp:
| open-hook \\.gz$ "gzip -cd '%f' > '%t' ; ret=$? ; touch --no-create
--reference='%f' '%t' ; exit \$ret"
| close-hook \\.gz$ "gzip -c '%t' > '%f' ; ret=$? ; touch --no-create
--reference='%t' '%f' ; exit \$ret"
| append-hook \\.gz$ "gzip -c '%t' >> '%f'"