From 8f3e4208f22064e488cba8a0269ff9133af856f2 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Sun, 15 Nov 2020 04:48:59 +0100 Subject: update xcompose, mutt --- home/.mutt/muttrc | 7 ++++++- src/xcompose | 2 +- src/xcompose.patch | 11 +++++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/home/.mutt/muttrc b/home/.mutt/muttrc index 73dc2a8..7013450 100644 --- a/home/.mutt/muttrc +++ b/home/.mutt/muttrc @@ -240,7 +240,12 @@ bind generic { top-page bind generic } bottom-page bind generic \177 last-entry -macro index \cb " urlview" # simulate the old browse-url function +# simulate the old url menu +macro index,pager,attach,compose \cb "\ + set my_pipe_decode=\$pipe_decode pipe_decode\ + urlview\ + set pipe_decode=\$my_pipe_decode; unset my_pipe_decode" \ +"call urlview to extract URLs out of a message" bind editor complete-query bind editor ^T complete diff --git a/src/xcompose b/src/xcompose index 3fb0a8c..03c8d77 160000 --- a/src/xcompose +++ b/src/xcompose @@ -1 +1 @@ -Subproject commit 3fb0a8ce54087bddf3d266c7de59d5e524750a6a +Subproject commit 03c8d7761fcfb0e3c754eec8b8cbbb0814ad7a4b diff --git a/src/xcompose.patch b/src/xcompose.patch index 4618c6e..82b00aa 100644 --- a/src/xcompose.patch +++ b/src/xcompose.patch @@ -1,6 +1,6 @@ ---- xcompose/dotXCompose 2019-10-26 13:41:52.352427243 +0200 -+++ /home/astra/.XCompose 2019-10-26 13:44:17.494700030 +0200 -@@ -333,6 +333,7 @@ +--- xcompose/dotXCompose 2020-11-15 04:35:55.598564294 +0100 ++++ /home/astra/.XCompose 2020-11-15 04:46:43.779426216 +0100 +@@ -349,6 +349,7 @@ : "∀" U2200 # FOR ALL : "∎" U220E # END OF PROOF <8> <8> : "∞" U221E # INFINITY @@ -8,7 +8,7 @@

: "ℵ" U2135 # ALEF SYMBOL

<0> : "ℵ₀" # ALEF Null

<1> : "ℵ₁" # ALEF One -@@ -749,8 +750,15 @@ +@@ -772,8 +773,18 @@ <3> : "❧" U2767 # ROTATED FLORAL HEART BULLET <3> : "☙" U2619 # REVERSED ROTATED FLORAL HEART BULLET : "☎" U260E # BLACK TELEPHONE @@ -19,6 +19,9 @@ + : "🍋" U1F34B # LEMON +

: "🍍" U1F34D # PINEAPPLE + : "🔥" U1F525 # FIRE ++ : "😸" U1F431 # CAT ++ : "🦉" U1F989 # OWL ++ : "🌲" U1F332 # TREE (alt: 🌳, U1F333) +# : "⋆" U22C6 # STAR OPERATOR +# : "★" U2605 # BLACK STAR + : "⭐" U2B50 # MEDIUM WHITE STAR -- cgit v1.2.3