| Line 1... |
Line 1... |
#!/bin/sh
|
#!/bin/sh
|
|
|
# Copyright (c) 2009, Jim Riggs, Christian Serving, L.L.C.
|
# Copyright (c) 2009-2011, Jim Riggs, Christian Serving, L.L.C.
|
# All rights reserved.
|
# All rights reserved.
|
#
|
#
|
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
# modification, are permitted provided that the following conditions are
|
# modification, are permitted provided that the following conditions are
|
# met:
|
# met:
|
| Line 29... |
Line 29... |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
##
|
##
|
# postflight.sh
|
# postflight.sh
|
# Copyright (c) 2009 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
# Copyright (c) 2009-2011 Jim Riggs, Christian Serving, L.L.C. All rights reserved.
|
#
|
#
|
# @(#) $Id: postflight.sh 28 2009-10-15 22:22:47Z jhriggs $
|
# @(#) $Id: postflight.sh 44 2011-03-22 13:01:54Z jhriggs $
|
##
|
##
|
|
|
defaults write com.apple.mail EnableBundles -bool YES
|
defaults write com.apple.mail EnableBundles -bool YES
|
defaults write com.apple.mail BundleCompatibilityVersion -int 3
|
defaults write com.apple.mail BundleCompatibilityVersion -int 3
|
|
|