summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch '0.3.5-fix-643'Patrick Totzke2013-08-01
|\
| * strip commandline string before interpretationPatrick Totzke2013-08-01
|/
* Merge pull request #642 from laarmen/fix_gpg_encodingPatrick Totzke2013-07-24
|\
| * Use Unicode strings when dealing with GPGSimon Chopin2013-07-24
|/
* update news and readmePatrick Totzke2013-07-18
* version bumpPatrick Totzke2013-07-18
* docs: checkin autogenerated docsPatrick Totzke2013-07-18
* Merge branch '0.3.4-workaround-libmagic-bug-630'Patrick Totzke2013-07-18
|\
| * add a generic function to test libmagic versionYann Rouillard2013-07-18
| * add a rough check on the libmagic library version for the libmagic bug workar...Yann Rouillard2013-07-18
| * workaround a libmagic mimetype detection bug for office documentsYann Rouillard2013-07-18
|/
* reply code: add IGNORECASE to the regex...bjoernb2013-07-11
* Merge pull request #637 from fagga/patch-1Patrick Totzke2013-07-11
|\
| * Spotted a typoBenjamin2013-07-10
|/
* ui: remove ui update() from each keypressSiim Põder2013-07-07
* Merge branch '0.3.4-cleanups'Patrick Totzke2013-07-07
|\
| * pep8&pyflakes fixesPatrick Totzke2013-07-07
|/
* Merge branch '0.3.4-fix-624'Patrick Totzke2013-07-07
|\
| * doc: CompletionErrorsPatrick Totzke2013-07-07
| * docs for CompleteEditPatrick Totzke2013-07-07
| * tune CompleteEdit:Patrick Totzke2013-07-07
| * handle CompletionErrorsPatrick Totzke2013-07-07
| * introduce CompletionErrorsPatrick Totzke2013-07-07
| * fix: call_cmd properly read return value from...Patrick Totzke2013-07-07
| * handle errors of external cmds in MatchSdtoutAddressbookPatrick Totzke2013-07-07
| * properly read stderr in call_command helperPatrick Totzke2013-07-07
|/
* Merge branch '0.3.4-fix-611'Patrick Totzke2013-07-07
|\
| * handle errors caused by trying to index mails...Patrick Totzke2013-07-07
| * adjust error messagePatrick Totzke2013-07-07
| * move check to add_message directlyPatrick Totzke2013-07-07
| * fix: make sure DBManager is initialized correctly...Patrick Totzke2013-07-07
| * raise exception when adding msg no non-indexable pathPatrick Totzke2013-07-07
| * add helper to check if path is below anotherPatrick Totzke2013-07-07
|/
* Merge pull request #632 from yannrouillard/fix_args_with_space_handlingPatrick Totzke2013-07-04
|\
| * fix command line escaping for arguments containing spacesYann Rouillard2013-07-03
* | remove unused config option `display_content_in_threadline`Patrick Totzke2013-07-02
* | dont use trace as notification stringPatrick Totzke2013-06-29
|/
* Fix the default failobj of get_paramsJustus Winter2013-06-20
* Merge branch '0.3.4-feature-gpg-decode-616'Patrick Totzke2013-06-16
|\
| * Tune the parsing of RFC 3156 style mailsJustus Winter2013-06-16
| * Fix detection of OpenPGP encrypted dataJustus Winter2013-06-16
| * Move the parameter extraction to its own functionJustus Winter2013-06-16
| * Normalize Content-Type parametersJustus Winter2013-06-16
| * Handle missing parameters gracefullyJustus Winter2013-06-16
| * Replace magic value in seek call with the appropriate constantJustus Winter2013-06-16
| * Remove unused import of loggingJustus Winter2013-06-16
| * Parse and decrypt OpenPGP encrypted dataJustus Winter2013-06-16
| * Verify OpenPGP signatures and display the resultJustus Winter2013-06-16
| * Properly call the constructor of the super classJustus Winter2013-06-16
|/
* Merge branch '0.3.4-feature-movelast-thread-620'Patrick Totzke2013-06-10
|\