diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-20 19:11:05 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-20 19:11:05 -0300 |
commit | bdc638e6fc3dadaaf9c60a19f4e850c5450cfc3e (patch) | |
tree | cecaecfa596fd9818d80a3b65a32ecb330cf68dd /src/leap/bitmask/config | |
parent | c0572dd9e06cd2775348d910433e43b42e05cbb7 (diff) | |
parent | 8ba650488ea1f1a50b4c22758f647c9f2ee7839d (diff) |
Merge remote-tracking branch 'refs/remotes/kali/feature/mail-debug' into develop
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r-- | src/leap/bitmask/config/flags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py index 98395def..ba1b65b9 100644 --- a/src/leap/bitmask/config/flags.py +++ b/src/leap/bitmask/config/flags.py @@ -30,3 +30,5 @@ WARNING: You should NOT use this kind of flags unless you're sure of what # - search for binaries inside the bundled app instead of the system ones. # e.g.: openvpn, gpg STANDALONE = False + +MAIL_LOGFILE = None |