added prefer plain plugin.
2004-10-20 Not Zed <NotZed@Ximian.com> * configure.in: added prefer plain plugin. svn path=/trunk/; revision=27646
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2004-10-20 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* configure.in: added prefer plain plugin.
|
||||
|
||||
2004-10-20 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* configure.in: added save attachments plugin.
|
||||
|
||||
@ -1341,7 +1341,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
|
||||
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=no)
|
||||
|
||||
dnl Add any new plugins here
|
||||
plugins_all="subject-thread save-attachments"
|
||||
plugins_all="subject-thread save-attachments prefer-plain"
|
||||
|
||||
if test x"$enable_plugins" = "xno"; then
|
||||
plugins_enabled=""
|
||||
@ -1535,6 +1535,7 @@ mail/importers/Makefile
|
||||
plugins/Makefile
|
||||
plugins/subject-thread/Makefile
|
||||
plugins/save-attachments/Makefile
|
||||
plugins/prefer-plain/Makefile
|
||||
smime/Makefile
|
||||
smime/lib/Makefile
|
||||
smime/gui/Makefile
|
||||
|
||||
Reference in New Issue
Block a user