mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-31 21:17:23 +02:00
got rid of irrelevant stuff.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import subprocess
|
||||
|
||||
def download_announcements( ignorePrivacy=False ):
|
||||
if( (ignorePrivacy == True) or ( ) ):
|
||||
f =
|
||||
|
||||
subprocess.call("pullAnnouncements.sh", shell=True)
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd_command=`cat /usr/local/bin/mailinabox |grep cd`
|
||||
|
||||
if[[cd_command]]
|
||||
Reference in New Issue
Block a user