Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 28459694eb5b4af301606c0ae4e208a6 > files > 66

mutt-1.5.21-4.x86_64.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"