]> granicus.if.org Git - neomutt/commitdiff
remove unneded scripts
authorTobias Angele <toogley@mailbox.org>
Mon, 17 Apr 2017 11:12:18 +0000 (13:12 +0200)
committerRichard Russon <rich@flatcap.org>
Sat, 29 Apr 2017 12:49:17 +0000 (13:49 +0100)
* the functionality of the mutt_xtitle script already covered by
  https://www.neomutt.org/guide/reference#ts-status-format (according to
  @flatcap)

[ci skip]

contrib/Makefile.am
contrib/mutt_xtitle [deleted file]

index 23acc4187de0f10129d96cf607511080e5981b74..63bda83b5ccd5645bac1f4db1c6a3c6783225bdb 100644 (file)
@@ -3,7 +3,7 @@ subdir = contrib
 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      \
diff --git a/contrib/mutt_xtitle b/contrib/mutt_xtitle
deleted file mode 100755 (executable)
index f9b8a23..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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"