2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 20, 2024 — Jun 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stop using assert() inappropriately. Fixes #1981
Bjarni Rúnar Einarsson
as Bjarni R. Einarsson
More... over 7 years ago
Implement interprocess lock to stop two Mailpiles from using the same profile directory at the same time. Save PID in a file. Implement interprocess lock to allow outside process to read mailpile.rc safely. Catch attempt to listen on http port that is in use by another process and inform user. Work around differences in Windows interprocess lock behaviour and reuse of http port. More... over 7 years ago
Implement interprocess lock to stop two Mailpiles from using the same profile directory at the same time. Save PID in a file. Implement interprocess lock to allow outside process to read mailpile.rc safely. Catch attempt to listen on http port that is in use by another process and inform user. Work around differences in Windows interprocess lock behaviour. More... over 7 years ago
Implement interprocess lock to stop two Mailpiles from using the same profile directory at the same time. Save PID in a file. Implement interprocess lock to allow outside process to read mailpile.rc safely. Catch attempt to listen on http port that is in use by another process and inform user. Work around differences in Windows interprocess lock behaviour. More... over 7 years ago
Implement interprocess lock to stop two Mailpiles from using the same profile directory at the same time. Save PID in a file. Implement interprocess lock to allow outside process to read mailpile.rc safely. Catch attempt to listen on http port that is in use by another process and inform user. Implement lock to allow outside process to read mailpile.rc safely. More... over 7 years ago
Merge branch 'master' of https://github.com/JackDca/Mailpile into processlock More... over 7 years ago
Check for spambayes, advise on how to fix if missing. Fixes #1978
Bjarni Rúnar Einarsson
as Bjarni R. Einarsson
More... over 7 years ago
Behave well even if readline is missing. Fixes #1941
Bjarni Rúnar Einarsson
as Bjarni R. Einarsson
More... over 7 years ago
Fix broken sidebar tag expand/collapse functionality. Fixes #1875
Bjarni Rúnar Einarsson
as Bjarni R. Einarsson
More... over 7 years ago
Minor tweaks to release notes
Bjarni Rúnar Einarsson
as Bjarni R. Einarsson
More... over 7 years ago
Allow the developer to retry (after fixing bugs) if loading a plugin fails
Bjarni Rúnar Einarsson
as Bjarni R. Einarsson
More... over 7 years ago
Merge branch 'processlock' of https://github.com/JackDca/Mailpile into processlock More... over 7 years ago
Merge pull request #1966 from JackDca/win-installer-merged More... over 7 years ago
Merge pull request #1971 from JocelynDelalande/jd-new-translation-strings More... over 7 years ago
Implement interprocessor lock to stop two Mailpiles from using the same profile directory at the same time. Save PID in a file. Also check for conflicting use of web server port. Implement lock to allow outside process to read mailpile.rc safely. More... over 7 years ago
Implement interprocessor lock to stop two Mailpiles from using the same profile directory at the same time. Save PID in a file. Also check for conflicting use of web server port. More... over 7 years ago
Add new translation strings More... over 7 years ago
Merge pull request #1965 from jvilk/notification-mem-leak-fix More... over 7 years ago
Changes to windows packager before push to PR. More... over 7 years ago
Increment version identifier for WinInstaller merged with post-0.9.1 code. More... over 7 years ago
Merge branch 'master' of https://github.com/JackDca/Mailpile into win-installer Merges updates to master since 0.99.1 to make branch win-installer-merged. More... over 7 years ago
Working version of Windows Installer for 0.99.1 More... over 7 years ago
Remove excess whitespace from notification HTML. More... over 7 years ago
Update hints.py More... over 7 years ago
Create gravatar.html More... over 7 years ago
Working Windows installer More... over 7 years ago
Add Python requirements file that includes dependencies of dependencies. More... over 7 years ago
Python2 is explicitely mentioned everywhere since python3 is becoming the default on many systems More... over 7 years ago
Merge pull request #1960 from JocelynDelalande/jd-fix-coding-utf-8 More... over 7 years ago
Fix startup crash on unicode error More... over 7 years ago