summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* changed default binding: P postpones (saves draft)Patrick Totzke2011-12-27
* isinstance(s, basestring) to match str and unicodePatrick Totzke2011-12-27
* update ThreadBuffer wrt new folding methodPatrick Totzke2011-12-27
* simplified MessageWidgetPatrick Totzke2011-12-27
* merge fold,toggleheaders and togglesource commandsPatrick Totzke2011-12-27
* binding: `h` to togglesource in thread modePatrick Totzke2011-12-27
* add thread mode command 'togglesource'Patrick Totzke2011-12-27
* display raw message source text in MessageWidgetPatrick Totzke2011-12-27
* use RefreshCommand after removing messagePatrick Totzke2011-12-27
* ThreadBuffer rebuilds to SolidFill if thread nonexistantPatrick Totzke2011-12-27
* introduce and use NonexistantObjectErrorPatrick Totzke2011-12-27
* Enable highlighting of date and mailcount componentsdtk2011-12-27
* Use better default themeing for highlightingdtk2011-12-27
* Generalize highlightingdtk2011-12-27
* Refactor ThreadlineWidget::__get_*_theme() methodsdtk2011-12-27
* Enable themeing of authors string of unread mailsdtk2011-12-27
* Enable themeing of authors string of unread mailsdtk2011-12-27
* Change default for highlight_unread_mails to Truedtk2011-12-27
* move Message-ID creation to envelope.construct_mailPatrick Totzke2011-12-27
* don't set envelope.sent_time in EditNewCommandPatrick Totzke2011-12-27
* inline docs for Envelope.construct_mailPatrick Totzke2011-12-27
* Merge branch 'feature-drafts' into testingPatrick Totzke2011-12-27
|\
| * introduce threads.RemoveCommandPatrick Totzke2011-12-27
| * add DBManager.remove_messagePatrick Totzke2011-12-27
| * add Date-header when converting envelope to mailsPatrick Totzke2011-12-27
| * pep8 fixesPatrick Totzke2011-12-27
| * default theme for draft tag: white on redPatrick Totzke2011-12-27
| * fix account.store_mailPatrick Totzke2011-12-26
| * binding: `d` to save draft in envelope bufferPatrick Totzke2011-12-25
| * add save command for envelopePatrick Totzke2011-12-25
| * fix c/p error in Account.store_draft_mailPatrick Totzke2011-12-25
| * logging in Account.store_mailPatrick Totzke2011-12-25
| * return values for Account.store_mailPatrick Totzke2011-12-25
| * map 'n' to editnew in thread modePatrick Totzke2011-12-25
| * add editnew command for thread modePatrick Totzke2011-12-25
| * Envelope.attachments: list of AttachmentPatrick Totzke2011-12-25
* | Replace redundant code with existing resultdtk2011-12-26
* | Fix typo in AlotConfigParserdtk2011-12-25
|/
* Merge branch 'master' into testingPatrick Totzke2011-12-25
|\
| * Add default key binding to toggle 'unread' tagdtk2011-12-25
| * Fix typo in default configdtk2011-12-25
| * Fix typo in doc stringdtk2011-12-25
| * Decode the text message according to the encoding guessed by libmagic in help...Justus Winter2011-12-25
| * Remove unused function helper.guess_mimetype_of_pathJustus Winter2011-12-25
| * Avoid reading the file twice if we have to guess the content typeJustus Winter2011-12-25
| * Add helper.guess_encodingJustus Winter2011-12-25
* | Merge pull request #201 from teythoon/feature-add-sent-mails-to-notmuchPatrick Totzke2011-12-25
|\ \
| * | Hard code 'sent' and 'draft' as default tags for sent mails and draftsJustus Winter2011-12-25
| * | Add sent_tags and draft_tags to the account settings and tag mails according ...Justus Winter2011-12-25
| * | Add mails to the notmuch index and add tags in Account.store_mailJustus Winter2011-12-25