summaryrefslogtreecommitdiff
path: root/alot/buffers.py
Commit message (Collapse)AuthorAge
...
* pep8Patrick Totzke2012-01-03
|
* introduce config switch 'search_threads_sort_order'Patrick Totzke2012-01-03
| | | | and make search buffers respect it
* update ThreadBuffer wrt new folding methodPatrick Totzke2011-12-27
| | | | | folding of MessageWidgets is now done by setting widget.folded to True and calling widget.refresh()
* ThreadBuffer rebuilds to SolidFill if thread nonexistantPatrick Totzke2011-12-27
| | | | | | | ThreadBuffer will display as urwid.SolidFill if the displayed thread seized to exist. This could happen for example if the last message of that thread has been removed.
* Sort TagListBufferdtk2011-12-25
| | | | | | | | Make sorting of tags in TagListBuffer case insensitive. So far the following three tags would have been sorted like ['Notmuch', 'alot', 'xapian']. The new case insensitive sorting will arrange them as ['alot', 'Notmuch', 'xapian']. Closes #109.
* use new envelope structure in EnvelopeBufferPatrick Totzke2011-12-17
| | | | and get rid of self.mail, this isn't needed anymore.
* fix: focussing of empty pilePatrick Totzke2011-12-14
| | | | | | | if no attachments are in the envelope, don't add an empty pile to the EnvelopeBuffer. If this gets focussed, urwid dies. issue #150
* remove unused SearchBuffer.debugPatrick Totzke2011-12-11
|
* remove unused Envelope.get_emailPatrick Totzke2011-12-10
|
* removed unused Envelope.set_emailPatrick Totzke2011-12-10
|
* removed unused Buffer.apply_commandPatrick Totzke2011-12-10
|
* [cosmetic] 's' indicating plural in Buffer.__str_Patrick Totzke2011-12-10
|
* include mode string in Buffer.__str__Patrick Totzke2011-12-10
| | | | | | | before, __str__ returned a mode identifier or additional info for the buffer. Now the modestring is always included and is not artificially prepended for the buffers that only yield additional info. issue #143
* Merge branch 'master' into docsPatrick Totzke2011-12-06
|\
| * EnvelopeBuffer statusline lovePatrick Totzke2011-12-06
| | | | | | | | | | | | use unencoded recipient string from envelope for EnvelopeBuffers statusline and shorten it using helper.shorten_authors_string.
* | Merge branch 'master' into docsPatrick Totzke2011-12-06
|\|
| * delay encoding of header valuesPatrick Totzke2011-12-04
| | | | | | | | | | | | | | .. from `commands.globals.compose` to `Envelope.construct_message`. This ensures that no newlines are introduced before editing the mail template. issue #135
* | buffers documentationPatrick Totzke2011-12-04
| |
* | started buffers documentationPatrick Totzke2011-12-03
|/
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
|
* bufferlist lovePatrick Totzke2011-11-11
|
* introduce cleanups in buffersPatrick Totzke2011-11-11
|
* properly terminate search-processesPatrick Totzke2011-11-10
|
* clean up piping architecturePatrick Totzke2011-11-10
|
* process termination part 1Patrick Totzke2011-11-10
|
* DBManager.get_threadsPatrick Totzke2011-11-08
| | | | returns a Pipe from which we can read the results
* cleanup search: walker class (issue #120)Patrick Totzke2011-11-08
|
* pep8 fixesPatrick Totzke2011-11-06
|
* Merge branch 'master' into envelopePatrick Totzke2011-11-06
|\
| * Search threads with multiprocessing.Antoine Amarilli2011-11-06
| |
* | use envelops rather than emails in envelope bufPatrick Totzke2011-11-06
| |
* | renamed DisensembledMail -> EnvelopePatrick Totzke2011-11-05
| |
* | pep8Patrick Totzke2011-11-04
| |
* | enter DisassembledMailPatrick Totzke2011-11-04
|/ | | | | easier editable message datastructure for envelope with lazy construction of the actual MIME message.
* pep8Patrick Totzke2011-10-18
|
* use header blacklist in envelope bufferPatrick Totzke2011-10-18
|
* fix importsPatrick Totzke2011-10-13