diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-26 01:27:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-26 01:27:20 +0800 |
commit | f0cf88bc99a458193f2c16a3ed346c20f6a5fd1a (patch) | |
tree | 46f65e318310ad0eb481ba11d761b9a189cb4bb5 /configure.ac | |
parent | e26654bf19d9d2b5df889631e6c211af0e7de655 (diff) | |
download | gsoc2013-evolution-f0cf88bc99a458193f2c16a3ed346c20f6a5fd1a.tar.gz gsoc2013-evolution-f0cf88bc99a458193f2c16a3ed346c20f6a5fd1a.tar.zst gsoc2013-evolution-f0cf88bc99a458193f2c16a3ed346c20f6a5fd1a.zip |
Kill the "folder-unsubscribe" plugin.
Feature is now integrated in core mailer, and has a main menu item.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 8cab9ff338..78a5748543 100644 --- a/configure.ac +++ b/configure.ac @@ -1785,7 +1785,7 @@ plugins_standard_always="bbdb subject-thread save-calendar mail-to-task audio-in plugins_standard="$plugins_standard_always" all_plugins_standard="$plugins_standard" -plugins_experimental_always="face folder-unsubscribe external-editor hula-account-setup" +plugins_experimental_always="face external-editor hula-account-setup" plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS $PYTHON_PLUGIN" all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments" @@ -1797,7 +1797,6 @@ dnl ------------------------ dnl backup-restore dnl calendar-weather dnl exchange-operations -dnl folder-unsubscribe dnl groupwise-features dnl ipod-sync dnl itip-formatter @@ -2098,7 +2097,6 @@ plugins/email-custom-header/Makefile plugins/exchange-operations/Makefile plugins/external-editor/Makefile plugins/face/Makefile -plugins/folder-unsubscribe/Makefile plugins/google-account-setup/Makefile plugins/groupwise-account-setup/Makefile plugins/groupwise-features/Makefile |