From: Pietro Cerutti Date: Mon, 24 Jul 2017 13:32:51 +0000 (+0000) Subject: HCache now depends on tailq structures instead of List X-Git-Tag: neomutt-20170907~35^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce48de703d4d6037f2576ffc89a976ab168a562e;p=neomutt HCache now depends on tailq structures instead of List Issue #374 --- diff --git a/hcache/hcachever.sh b/hcache/hcachever.sh index 8f2be6f0b..663013093 100755 --- a/hcache/hcachever.sh +++ b/hcache/hcachever.sh @@ -46,7 +46,7 @@ getstruct () { done case $STRUCT in - Address|List|Buffer|Parameter|Body|Envelope|Header) + Address|STailQNode|STailQHead|Buffer|Parameter|Body|Envelope|Header) BODY=`cleanbody "$BODY"` echo "$STRUCT: $BODY" ;;