X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcompose.h;h=5be9c8a51a7b678ce995800c75c810ffc36c6955;hp=bd8785f10f4a1b8f38bfadfc33be699bd4ded5bf;hb=2ce28140f190b72af20626879601836349c213fb;hpb=4aa7dee7c763b5eaacd38b502e455b4b434bcaee diff --git a/src/compose.h b/src/compose.h index bd8785f10..5be9c8a51 100644 --- a/src/compose.h +++ b/src/compose.h @@ -37,6 +37,7 @@ typedef struct _AttachInfo AttachInfo; #include "codeconv.h" #include "template.h" #include "textview.h" +#include "folder.h" #ifdef USE_ASPELL #include "gtkaspell.h" @@ -185,6 +186,7 @@ struct _Compose GSList *newsgroup_list; PrefsAccount *account; + FolderItem *folder; UndoMain *undostruct;