Home
last modified time | relevance | path

Searched refs:EMailMode (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h98 bool EMailMode; member
125 EMailMode(false), in CUpdateOptions()
DUpdate.cpp930 if (options.StdOutMode && options.EMailMode) in UpdateArchive()
960 if (options.VolumesSizes.Size() > 0 && (options.EMailMode /* || options.SfxMode */)) in UpdateArchive()
1198 if (options.EMailMode && options.EMailRemoveAfter) in UpdateArchive()
1353 if (options.EMailMode) in UpdateArchive()
DArchiveCommandLine.cpp1200 updateOptions.EMailMode = parser[NKey::kEmail].ThereIs; in Parse2()
1201 if (updateOptions.EMailMode) in Parse2()
1218 if (updateOptions.StdOutMode && updateOptions.EMailMode) in Parse2()