Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h108 bool EMailMode; member
121 EMailMode(false), in CUpdateOptions()
DUpdate.cpp647 if (options.StdOutMode && options.EMailMode) in UpdateArchive()
650 if (options.VolumesSizes.Size() > 0 && (options.EMailMode || options.SfxMode)) in UpdateArchive()
763 if (options.EMailMode && options.EMailRemoveAfter) in UpdateArchive()
867 if (options.EMailMode) in UpdateArchive()
DArchiveCommandLine.cpp963 updateOptions.EMailMode = parser[NKey::kEmail].ThereIs; in Parse2()
964 if (updateOptions.EMailMode) in Parse2()
978 if (updateOptions.StdOutMode && updateOptions.EMailMode) in Parse2()