X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=init.h;h=e2777f726088c67f9e2acdb4f2bf840b69dfdda8;hb=8dea1e97637d64ca1bd59251720e1c790237c8a8;hp=c5b325fb1a3a326d96fcd70b3f458088d35459f3;hpb=ce2c6b74b93777c66708ef0cfb7cc14ff1bf6a94;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index c5b325f..e2777f7 100644 --- a/init.h +++ b/init.h @@ -452,7 +452,7 @@ struct option_t MuttVars[] = { ** filtered message is read from the standard output. */ #if defined(DL_STANDALONE) && defined(USE_DOTLOCK) - { "dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, UL BINDIR "/mutt_dotlock" }, + { "dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, UL BINDIR "/muttng_dotlock" }, /* ** .pp ** Contains the path of the mutt_dotlock (8) binary to be used by @@ -2879,6 +2879,12 @@ struct option_t MuttVars[] = { ** machine without having to enter a password. */ #endif + { "umask", DT_NUM, R_NONE, UL &Umask, 0077 }, + /* + ** .pp + ** This sets the umask that will be used by mutt-ng when creating all + ** kinds of files. If unset, the default value is 077. + */ { "use_8bitmime", DT_BOOL, R_NONE, OPTUSE8BITMIME, 0 }, /* ** .pp