summaryrefslogtreecommitdiff
path: root/alot/helper.py
Commit message (Expand)AuthorAge
* escape double quotes as wellJohannes Kulick2013-02-19
* fix issue with empty authors stringsPatrick Totzke2012-12-02
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
* doc: docstringsPatrick Totzke2012-09-05
* fix issue with shlex removing quotesPatrick Totzke2012-09-03
* add split_commandline helperPatrick Totzke2012-09-03
* Fix the sorting of tags with length == 1Kazuo Teramoto2012-07-25
* pep8 and pyflakes fixesPatrick Totzke2012-07-21
* doc: fix rtfd.org build: missing coding commentPatrick Totzke2012-06-16
* add copyright statements to all source filesPatrick Totzke2012-06-14
* add helper split_commandstringPatrick Totzke2012-06-03
* fix: sanity check libmagics return valuesPatrick Totzke2012-05-30
* Merge branch '0.3-fix-prettyprint' into stagingPatrick Totzke2012-04-08
|\
| * smarter pretty_datetime helperPatrick Totzke2012-03-31
| * decode strftime return values in pretty_datetimePatrick Totzke2012-03-31
* | add helper.parse_mailcap_nametemplatePatrick Totzke2012-03-28
|/
* cleanup: imports in helper.pyPatrick Totzke2012-03-11
* group settings into a submodulePatrick Totzke2012-03-11
* allow custom checks helper.read_configPatrick Totzke2012-03-11
* some cleanupsPatrick Totzke2012-03-02
* move read_config to helper; ConfigError to errorsPatrick Totzke2012-02-25
* updated settings docsPatrick Totzke2012-02-19
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* remove references to settings from helperPatrick Totzke2012-02-19
* replace config.get_* with settings.getPatrick Totzke2012-02-18
* docs lovePatrick Totzke2012-02-16
* log commandlist in helper.call_cmd_asyncPatrick Totzke2012-02-08
* sane fall back for guess_mimetypedPatrick Totzke2012-02-08
* Fix the args parameter handed to spawnProcessJustus Winter2012-02-07
* parameter to set ENV vars in call_cmd_asyncPatrick Totzke2012-02-04
* use asyncronous call to sendmailPatrick Totzke2012-02-02
* call_cmd_asyncPatrick Totzke2012-02-02
* add helper call_cmd_async,Patrick Totzke2012-02-01
* docs: added warning for call_cmd helperPatrick Totzke2012-01-07
* pep8Patrick Totzke2012-01-03
* Merge pull request #195 from 0x64746b/sorted_searchbuffer_taglistPatrick Totzke2011-12-25
|\
| * Make sorting of tags in SearchBuffer case insensitivedtk2011-12-25
* | Remove unused function helper.guess_mimetype_of_pathJustus Winter2011-12-25
* | Decode the text message according to the encoding guessed by libmagic in help...Justus Winter2011-12-25
* | Add helper.guess_encodingJustus Winter2011-12-25
* | Avoid reading the file twice if we have to guess the content typeJustus Winter2011-12-25
|/
* more generic guess_mimetype and docsPatrick Totzke2011-12-23
* use magicâ„¢ to detect mimetypes for filesPatrick Totzke2011-12-23
* pep8/pyflakes fixesPatrick Totzke2011-12-21
* fix typo in call_cmd helperPatrick Totzke2011-12-21
* merge helper.cmd_output and pipe_commandPatrick Totzke2011-12-21
* refactor helper.cmd_output: accept cmd as listPatrick Totzke2011-12-21
* pep8 & cleanupPatrick Totzke2011-12-03
* fix docstring of helper.safely_getPatrick Totzke2011-12-02
* moved and document safely_get, properly use itPatrick Totzke2011-12-01