aboutsummaryrefslogtreecommitdiff
path: root/test/emacs.expected-output/notmuch-hello-section-with-empty
Commit message (Collapse)AuthorAge
* emacs: get rid of trailing spaces in notmuch-hello viewDmitry Kurochkin2012-04-12
| | | | | | | | | | | This patch removes trailing spaces in notmuch-hello view. A side effect of this change is that tag/query buttons no longer include a space at the end. This means that pressing RET when the point is at the first character after the tag/query button no longer works (note that this is the standard behavior for buttons). We may change this behavior in the future (without adding trailing spaces back) if people would find this change inconvenient.
* emacs: fix off-by-one error in notmuch-hello column alignmentDmitry Kurochkin2012-04-05
| | | | | Expected results for few tests are fixed, the relevant test is unmarked broken.
* emacs: Tests for user-defined sectionsDaniel Schoepe2012-03-01
A new file was added for notmuch-hello tests.