summaryrefslogtreecommitdiff
path: root/portato.py
diff options
context:
space:
mode:
authornecoro <>2007-08-12 04:46:54 +0000
committernecoro <>2007-08-12 04:46:54 +0000
commit98dd224cb785f159d8754752626f64fac4695e08 (patch)
tree2b012a156b4051f60919cd49d101e4eae6248eae /portato.py
parent99c2d6260a6c9b1a4103b263f083648019d44d49 (diff)
downloadportato-98dd224cb785f159d8754752626f64fac4695e08.tar.gz
portato-98dd224cb785f159d8754752626f64fac4695e08.tar.bz2
portato-98dd224cb785f159d8754752626f64fac4695e08.zip
added listener/notify
Diffstat (limited to '')
-rwxr-xr-xportato.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato.py b/portato.py
index 0776e10..7f5308c 100755
--- a/portato.py
+++ b/portato.py
@@ -109,7 +109,7 @@ def main ():
try:
if os.getuid() != 0:
- call([SU_COMMAND, "%s --no-listener %s" % (sys.argv[0], " ".join(additional))], env = os.environ)
+ call(SU_COMMAND.split()+["%s --no-listener %s" % (sys.argv[0], " ".join(additional))], env = os.environ)
else:
call([sys.argv[0], "--no-listener"]+additional, env = os.environ)
except KeyboardInterrupt:
e='2020-05-04 00:28:49 +0200'>2020-05-04when tls verification is disabled for the feed, we should also disable this ↵René 'Necoro' Neumann1-3/+4 for the images 2020-05-03Better handling of embedded images with relative urlsRené 'Necoro' Neumann1-13/+27 2020-05-03Slightly enhance loggingRené 'Necoro' Neumann1-4/+4 2020-05-03Explicit version infoRené 'Necoro' Neumann4-12/+15 2020-05-03--version flagRené 'Necoro' Neumann1-0/+6 2020-05-03Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26 2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann4-11/+33 2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12 2020-05-03Update support for IMAPRené 'Necoro' Neumann5-17/+205 2020-05-03Option "reupload-if-updated"René 'Necoro' Neumann2-0/+4 2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname. 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3