* the functionality of the mutt_xtitle script already covered by
https://www.neomutt.org/guide/reference#ts-status-format (according to
@flatcap)
[ci skip]
SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \
sample.mailcap sample.muttrc sample.muttrc-tlr \
colors.default colors.linux smime.rc \
- ca-bundle.crt smime_keys_test.pl mutt_xtitle
+ ca-bundle.crt smime_keys_test.pl
EXTRA_DIST = language.txt language50.txt \
patch.slang-1.2.2.keypad.1 \
+++ /dev/null
-#!/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"