X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fglobal.cpp;h=291f06b3117a11a002fff64f4c0a3a12275beacf;hp=d4cc1016d7263d922139eb53f890d87614a1bfe1;hb=21f835f30b4e092c847bf4569a00995774f7330e;hpb=5f8a87e41beeda971d6a47a6c6b0555da00af978 diff --git a/src/global.cpp b/src/global.cpp index d4cc101..291f06b 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -426,13 +426,13 @@ void SetupDefaultOptions() st.Reset(); st.Bind(0,"MessageDownloadMaxDaysBackward"); - st.Bind(1,"3"); + st.Bind(1,"5"); st.Bind(2,"The maximum number of days backward that messages will be downloaded from each identity"); st.Step(); st.Reset(); st.Bind(0,"MessageListDaysBackward"); - st.Bind(1,"3"); + st.Bind(1,"5"); st.Bind(2,"The number of days backward that messages you have inserted will appear in your MessageLists"); st.Step(); st.Reset();