summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch '0.3-fix-edit-hook-427' into stagingPatrick Totzke2012-04-06
|\
| * Fix invocation of pre_edit_translate hook.Jakob2012-04-04
| | | | | | | | | | Bodytext isn't written to the tempfile, content is. This fixes the fact that pre_edit_translate hooks currently do nothing.
* | Merge branch '0.3-fix-attachments-419' into stagingPatrick Totzke2012-04-05
|\ \
| * | use parse_mailcap_nametemplate in extract_bodyPatrick Totzke2012-03-28
| | | | | | | | | | | | | | | .. helper that calls inline mime handler. This is just to ensure we don't duplicate too much code
| * | fix OpenAttachmentCommandPatrick Totzke2012-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this makes OpenAttachmentCommand use settings.mailcap_find_match, instead of the depricated getter. Moreover, it makes the original mail part parameter available to the handler (if requested in the mailcap entry) and respects the given nametemplate issue #419
| * | add helper.parse_mailcap_nametemplatePatrick Totzke2012-03-28
| | | | | | | | | | | | | | | that splits a nametemplate string as given in the mailcap sensibly into prefix and suffix
| * | introduce Attachment.writePatrick Totzke2012-03-28
| |/ | | | | | | | | that writes out its content to a given filehandle. this is also used internally for save.
* | Merge branch '0.3-fix-spawn-416' into stagingPatrick Totzke2012-03-28
|\ \ | |/ |/|
| * docs: more precise doc for EdidCommands spawn parmPatrick Totzke2012-03-23
| | | | | | | | closes #416
| * fix spawn parm for EdicCommandPatrick Totzke2012-03-23
|/ | | | | | | | | to mean "force spawning, even if editor_spawn is set to False" argparse will - if default is unset - default to False for store_true actions. this means we never got None here, but always false. fixes issue #416
* bumped version string to 0.3+Patrick Totzke2012-03-22
|
* db: count_threadsPatrick Totzke2012-03-18
| | | | | | | | this introduces a new method `count_threads` for DBManager that uses a recently introduced getter of the same name in the bindings. We also adjust the dependencies for the bindings accordingly issue #178
* bumped version stringPatrick Totzke2012-03-18
|
* docs: fix some referencesPatrick Totzke2012-03-18
|
* docs: clean up manpagePatrick Totzke2012-03-18
| | | | | this also drops the man page alot.rc(5) for the old config syntax.
* docs: updated installation notesPatrick Totzke2012-03-18
|
* fallback parm for SettingsManager.getPatrick Totzke2012-03-18
| | | | | | .. and SettingsManager.get_notmuch_setting closes #408
* ignore exceptions when stopping reactorPatrick Totzke2012-03-17
| | | | | .. in ui.exit issue #264
* update NEWSPatrick Totzke2012-03-17
|
* docs: fix build warningsPatrick Totzke2012-03-17
|
* Merge branch 'mailcap' into testingPatrick Totzke2012-03-17
|\
| * docs: installation, mailcapPatrick Totzke2012-03-17
| |
| * backport mailcap handling to extract_bodyPatrick Totzke2012-03-17
| | | | | | | | | | | | | | | | | | this makes db.urils.extract_body correctly respect mailcap as decumented in `man mailcap`: it respects nametemplate, replaces %s and %t and custom parameters like %{charset} issues #365, #406
| * get_mime_handler -> mailcap_find_matchPatrick Totzke2012-03-17
| | | | | | | | | | this introduces mailcap_find_match, wich essentially just calls mailcap.find_match but curries the first argument
* | docs: moved FAQ to user manualPatrick Totzke2012-03-17
|/
* Merge branch 'fix403take2' into testingPatrick Totzke2012-03-15
|\
| * pep8 fixesPatrick Totzke2012-03-15
| |
| * remove referene to ~/.alot.rcPatrick Totzke2012-03-15
| | | | | | | | | | this was the very first location of our config and it was kept for backwards compatability, which we break with this release anyway.
| * comments in config stubPatrick Totzke2012-03-15
| |
| * Some docs and refsDaniel2012-03-15
| |
| * Package the correct one: config.stubDaniel2012-03-15
| |
| * bindings file becomes config.stub, with added contentsDaniel2012-03-15
| |
| * Exception handling and forgotten importDaniel2012-03-15
| |
| * Copy bindings file as config if user has noneDaniel2012-03-15
| |
| * Let the bindings file follow alot.rc.specDaniel2012-03-15
| |
| * No default value for config file given on command-line.Daniel2012-03-15
| |
| * We're not going to fallback some default bindings anymoreDaniel2012-03-15
|/
* fix PrintCommandPatrick Totzke2012-03-13
| | | | | this makes PrintCommand use the new settings.get properly, which doesn;t have a 'fallback' parm closes #407
* forgot to add attachments.pyPatrick Totzke2012-03-11
|
* forgot to add addressbooks.pyPatrick Totzke2012-03-11
|
* forgot to add missing settings.utils.pyPatrick Totzke2012-03-11
|
* Merge branch 'cleanup' into testingPatrick Totzke2012-03-11
|\
| * pep8 fixesPatrick Totzke2012-03-11
| |
| * docs: for db.utilsPatrick Totzke2012-03-11
| |
| * refactor: header utilities into db.utilsPatrick Totzke2012-03-11
| |
| * remove unnecessary importsPatrick Totzke2012-03-11
| |
| * refactor: Attachment in its own filePatrick Totzke2012-03-11
| |
| * docs: corrected pointers to db.message.MessagePatrick Totzke2012-03-11
| |
| * refactor: Envelope in its own filePatrick Totzke2012-03-11
| |
| * docs: api of db submodule correctedPatrick Totzke2012-03-11
| |