mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix txt2c.sh sed invocations to use posix syntax.

+3 -3
+3 -3
txt2c.sh
··· 13 13 sed \ 14 14 -e 's/\\/\\\\/g' \ 15 15 -e 's/"/\\"/g' \ 16 - -e 's/??/\?\?/g' \ 17 - -e 's/\t/\\t/'g \ 18 - -e 's/\r/\\r/g' \ 16 + -e 's/??/\\?\\?/g' \ 17 + -e 's/ /\\t/'g \ 18 + -e 's/ /\\r/g' \ 19 19 -e 's/^/ "/g' \ 20 20 -e 's/$/\\n"/g' 21 21 echo ";"