You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2021/04/13 21:35:23 UTC

[Issue 94346] add claws-mail to senddoc script

https://bz.apache.org/ooo/show_bug.cgi?id=94346

--- Comment #8 from Matthias Seidel <ms...@apache.org> ---
(In reply to andreschnabel from comment #4)

> easy fix as suggested in the forum:
> 
> $ diff -u /opt/OO300_m7/openoffice.org/basis3.0/program/senddoc .
> --- /opt/OO300_m7/openoffice.org/basis3.0/program/senddoc	2008-09-19
> 21:04:49.000000000 -0400
> +++ ./senddoc	2008-09-25 19:46:02.000000000 -0400
> @@ -303,7 +303,7 @@
>  ${MAILER} ${TO:+-T} ${TO:-} ${ATTACH:+-a} ${ATTACH:+"${ATTACH}"}
>  ;;
>  
> -	sylpheed | claws)
> +	sylpheed | claws | claws-mail)
>        	 
> 		while [ "$1" != "" ]; do
>  			case $1 in

Committed to trunk with:
https://github.com/apache/openoffice/commit/14c7d0b58688bab6da803aa150471d9ea1fe2cbd

Cherry-picked for AOO42X with:
https://github.com/apache/openoffice/commit/b7d99f775517464c6a67c592771588d1a4cea4cf

Cherry-picked for AOO41X with:
https://github.com/apache/openoffice/commit/1748116db8f0d6e098990fc3e772679c618c4e4d

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.