improvements on flowed email
This commit is contained in:
parent
f5e78f8eb9
commit
0fe8824847
@ -8,7 +8,7 @@ printf "\n"
|
|||||||
|
|
||||||
read line || exit 0
|
read line || exit 0
|
||||||
while true; do
|
while true; do
|
||||||
if [ "${line% wrote:}" != "$line" ]; then
|
if [ "${line% wrote:}" != "$line" -o "${line%,}" != "$line" ]; then
|
||||||
printf "%s\n" "$line"
|
printf "%s\n" "$line"
|
||||||
read line || exit 0
|
read line || exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
text/html: w3m -dump -o display_link_number=1 -I $PIPE_CHARSET -T text/html
|
text/html: w3m -dump -o display_link_number=1 -I $PIPE_CHARSET -T text/html
|
||||||
text/calendar: cat
|
text/calendar: cat
|
||||||
text/plain: mflow
|
application/ics: khal printics
|
||||||
|
text/plain: mflow -w 72
|
||||||
|
@ -1 +1,2 @@
|
|||||||
Content-Type: text/plain; charset=UTF-8; format=flowed
|
Content-Type: text/plain; charset=UTF-8; format=flowed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user