X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmain.c;h=9f0a75c0f6838ef789abaeaa69fc1f67448f2240;hp=c78cdef412d32f3148b4827063e1f91f3b526f91;hb=db94f22a13d157878d4b8c0b8df12b6aaae1b33f;hpb=848648e4c8bd13d52475b559f59caf72da0ade46;ds=inline diff --git a/src/main.c b/src/main.c index c78cdef41..9f0a75c0f 100644 --- a/src/main.c +++ b/src/main.c @@ -51,6 +51,7 @@ #include "prefs_common.h" #include "prefs_account.h" #include "prefs_actions.h" +#include "prefs_ext_prog.h" #include "prefs_fonts.h" #include "prefs_spelling.h" #include "prefs_themes.h" @@ -251,6 +252,7 @@ int main(int argc, char *argv[]) sgpgme_init(); pgpmime_init(); #endif + prefs_ext_prog_init(); prefs_themes_init(); prefs_fonts_init(); #ifdef USE_ASPELL @@ -424,6 +426,7 @@ static void exit_sylpheed(MainWindow *mainwin) pgpmime_done(); sgpgme_done(); #endif + prefs_ext_prog_done(); prefs_themes_done(); prefs_fonts_done(); #ifdef USE_ASPELL