Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 512984aa57a8e65a645f1a8f18443fce > files > 65

mutt-1.5.20-8.1mdv2010.2.i586.rpm

#!/bin/sh
# Demonstration of format string pipes. Sets the xterm title and returns the
# string unchanged.
#
# Example usage:
# set status_format="mutt_xtitle '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|"

printf "\033]0;$1\007" > /dev/tty
echo "$1"