- [X] display-xcb ??
- [ ] git log view with rebase and reword options
- [ ] git-commit command which presents the patch and allows it to be
- editted (with consistency checks and number updates). On :Commit
+ edited (with consistency checks and number updates). On :Commit
the patch is applied with "git apply --cached" an if successful
the message is added with "| git commit -F"
- [ ] Add menu/menu-bar support
Bugs to be fixed
----------------
+- [ ] notmuch shouldn't clear tag:new until *all* views
+ on search have closed.
+- [ ] I think attaching a path starting ~/ to an email fails.
- [ ] stop consistency checking a text doc when it gets "big" ??
- [ ] auto-sign emails..
- [ ] message must be tagged "replied" when a reply is sent.
self["line-format"] = ("<%BG><%TM-hilite>%TM-date_relative</>" +
"<tab:130> <fg:blue>%TM-authors</>" +
"<tab:350>%TM-size%TM-threadinfo<%TM-hilite>" +
- "<fg:red,bold>%TM-flag</> <wrap-margin>%TM-subject</></>")
+ "<fg:red,bold>%TM-flag</>" +
+ "<wrap-tail:,wrap-head: ,wrap> </>" +
+ "<wrap-margin><fg:#FF8C00-40>%TM-subject</></></>")
self.add_notify(self.maindoc, "Notify:Tag")
self.add_notify(self.maindoc, "Notify:Close")
self['doc-status'] = ""
else:
self.preproc_continue = (
c == '\\' and p.following(m) == '\n')
+ # FIXME c can be None here - maybe timeout
if c not in ' \t':
self.sol = c == '\n'