Commit Graph

6 Commits

Author SHA1 Message Date
Patrick Ulbrich
614462d7ca Rename mailnag into mailnagd and mailnag-config into mailnag 2019-11-06 18:39:35 +01:00
Patrick Ulbrich
dc8f1480f1 Misc improvements
* Remove bash scripts and start mailnag python scripts directly
  - Prevents duplicate process names
  - Fixes missing app icon in taskmanager
* Remove background startup functionality
  - Should be handled by modern init systems like systemd
    (see new-style-daemon: http://www.freedesktop.org/software/systemd/man/daemon.html)
  - Enables program termination via CTRL+C when running mailnag in a terminal
  - Doesn't hide the commandline prompt when running with options like --help (reported in issue #87)
  - Fixes wrapping issues in the log output
* Rename mailnagd into mailnag again
* Remove --backround option
* Fix and reorder module imports
* setup.py: patch BIN_DIR in dist_cfg
2014-12-19 21:22:45 +01:00
Patrick Ulbrich
823125c899 Add --foreground and --verbose options as suggested in #87 2014-12-15 22:39:15 +01:00
Patrick Ulbrich
0ab5f91fb7 pass commandline args to python scripts 2013-11-30 12:43:40 +01:00
Patrick Ulbrich
0beba139ed logging and config dir related fixes
replaced stdout redirection by propper logging
only create the config dir when it is actually needed
2013-08-10 14:39:29 +02:00
Patrick Ulbrich
c51cf598a1 renamed Mailnag daemon script to 'mailnagd' 2013-07-14 18:35:35 +02:00