1. 9b01b5e TODO,release_note: update for reply coloring changes by SeongJae Park · 5 days ago master
  2. 4ceee3a hkml_write: set reply coloring by default by SeongJae Park · 5 days ago
  3. 0ec8698 hkml_send: remove coloring notice if user didn't remove by SeongJae Park · 5 days ago
  4. b6dcf44 hkml_send: remove coloring notice automatically by SeongJae Park · 5 days ago
  5. e481e1e hkml_write: notify how the coloring on vim can be disabled by SeongJae Park · 5 days ago
  6. 700f0c1 hkml_write: add a missing space before 'row' by SeongJae Park · 5 days ago
  7. dd8285d _hkml_cli_complete: support 'patch format' options by SeongJae Park · 6 days ago
  8. 186a938 _hkml_cli_complete: avoid duplicated --help by SeongJae Park · 6 days ago
  9. dd01b99 _hkml_cli_complete: support 'patch' subcommands by SeongJae Park · 6 days ago
  10. 02ac9d5 _hkml_cli_complete: support list options, --since and --until by SeongJae Park · 6 days ago
  11. c1ab2cc support bash command auto-completion by SeongJae Park · 6 days ago
  12. 13a7664 release_note: update for changes by SeongJae Park · 7 days ago v1.5.2
  13. e049237 TODO: add items by SeongJae Park · 7 days ago
  14. b9bc4cd TODO: add an item by SeongJae Park · 12 days ago
  15. 8a46134 hkml_history: implement history removal option by SeongJae Park · 3 weeks ago
  16. ecf2af1 hkml_history: add an option to set number of events to list by SeongJae Park · 3 weeks ago
  17. 5b81900 hkml_list: record invocation as a history event by SeongJae Park · 3 weeks ago
  18. 1502f47 hkml_history: implement history events listing by SeongJae Park · 3 weeks ago
  19. 63bdbe1 hkml_history: implement a function for adding a history event by SeongJae Park · 3 weeks ago
  20. b4ebb31 hkml_history: implement history file read/write by SeongJae Park · 3 weeks ago
  21. 30680ef hkml_history: implement basic data structures by SeongJae Park · 3 weeks ago
  22. 2b55814 hkml: add 'history' command by SeongJae Park · 3 weeks ago
  23. 345c3bb TODO: add hkml history implementation item by SeongJae Park · 3 weeks ago
  24. 1cd8426 add history command by SeongJae Park · 3 weeks ago
  25. 05f36b5 release_note: update for manifest update suggestion fix by SeongJae Park · 3 weeks ago
  26. 0c1fe43 hkml_list: drop default value of args_to_mails_list_data()'s suggest_manifest_update by SeongJae Park · 3 weeks ago
  27. ca678c6 hkml_view_text: make clear it is not suggesting manifest update by SeongJae Park · 3 weeks ago
  28. 99bddbf hkml_view_mails: use suggest_manifest_update of hkml_list.args_to_mails_list_data() by SeongJae Park · 3 weeks ago
  29. c48d974 hkml_list: add suggest_manifest_update arg to args_to_mails_list_data() by SeongJae Park · 3 weeks ago
  30. 0653854 hkml_list: let fetch_get_mails_from_git() suggest manifest update by SeongJae Park · 3 weeks ago
  31. cff1024 hkml_view_mails: fix wrong type comparison by SeongJae Park · 3 weeks ago
  32. c4fa692 hkml_list: handle min_nr_mails from fetch_get_mails_from_git() by SeongJae Park · 3 weeks ago
  33. 7261ad1 release_note: wordsmith by SeongJae Park · 3 weeks ago v1.5.1
  34. 3aaa98f hkml_write: remove default option for vim coloring of past lines by SeongJae Park · 3 weeks ago
  35. 6262094 hkml_write: wordsmith the vim past messages coloring by SeongJae Park · 3 weeks ago
  36. 876aa8b hkml_write: color before-orig lines blue on [n]vim by SeongJae Park · 3 weeks ago
  37. a539839 hkml_write: fix typo: s/default_selection/default_selection_idx by SeongJae Park · 3 weeks ago
  38. 8289140 hkml_write: restore default selection for original line coloring by SeongJae Park · 4 weeks ago
  39. dd3fef9 hkml_patch_format: handle commits range conversion failure by SeongJae Park · 4 weeks ago
  40. 7949551 hkml_write: fix unknown escape sequence warning for '\(' by SeongJae Park · 4 weeks ago
  41. 3c89e1c hkml_send: modify selection for tagging pre-decision by SeongJae Park · 4 weeks ago
  42. 68deb34 hkml_write: remove default selection for reply coloring by SeongJae Park · 4 weeks ago
  43. b32640f hkml_send: remove default answer for tagging question by SeongJae Park · 4 weeks ago
  44. b81b568 hkml_tag: pass do_confirm from handle_may_sent_mail() to sugest_removing_drafts_of_subject() by SeongJae Park · 4 weeks ago
  45. 0daaf29 hkml_write: enhance lines to reply regex by SeongJae Park · 4 weeks ago
  46. a2be5f4 release_note: update for replying lines highlighting feature by SeongJae Park · 4 weeks ago
  47. 893fca1 hkml_reply: use the highlight feature on editor by SeongJae Park · 4 weeks ago
  48. 71e90ea hkml_write: allow highlighting lines to reply for, when [n]vim is used by SeongJae Park · 4 weeks ago
  49. c0b2090 release_note: update for tagging question before sending by SeongJae Park · 4 weeks ago
  50. 079a7a6 hkml_send: ask tag handling question before sending mail by SeongJae Park · 4 weeks ago
  51. e9b4e8d hkml_tag: add do_confirm arg to handle_may_sent_mail() by SeongJae Park · 4 weeks ago
  52. bc279ba hkml_tag: add do_confirm arg to ask_sync_before_change() by SeongJae Park · 4 weeks ago
  53. cc06b37 hkml_tag: add do_confirm argument to suggest_removing_drafts_of_subject() by SeongJae Park · 4 weeks ago
  54. e4ca6a9 README: place demo video link on a separate line by SeongJae Park · 4 weeks ago v1.5.0
  55. d0547f0 README: replace asciicast with OSSummit demo video by SeongJae Park · 4 weeks ago
  56. 9e01270 README: add additional resources section with OSSummit JP talk by SeongJae Park · 5 weeks ago
  57. 24113ac release_note: update for change from Felix by SeongJae Park · 7 weeks ago
  58. de09d5a hkml_view: add support for page up/page down keys by Felix Yan · 7 weeks ago
  59. 5fd1416 TODO: mark history item as completed by SeongJae Park · 8 weeks ago v1.4.9
  60. 9b1c6c8 hkml_cache: print max active cache file size in human-readable form by SeongJae Park · 8 weeks ago
  61. e56f920 release_note: update for 'hkml list --history' by SeongJae Park · 8 weeks ago
  62. e63c086 hkml_list: implement --history option by SeongJae Park · 8 weeks ago
  63. 8daf148 hkml_view_mails: use _hml_list_cache.get_last_cursor_position() by SeongJae Park · 8 weeks ago
  64. fd0e89e _hkml_list_cache: implement a function for getting last cursor position by SeongJae Park · 8 weeks ago
  65. e19ef14 TODO,release_note: update for thread --dim_old suggestion improvement by SeongJae Park · 8 weeks ago
  66. bee75bb _hkml_list_cache: move get_cache_creation_dates() into appropriate section by SeongJae Park · 8 weeks ago
  67. 3e97032 _hkml_list_cache: stop supporting created dates info in cached list output by SeongJae Park · 8 weeks ago
  68. 6cee845 hkml_view_mails: add comments to hkml_list_args_for_msgid() by SeongJae Park · 8 weeks ago
  69. 6213651 hkml_view_mails: set --source_type on hkml_list_args_for_msgid() by SeongJae Park · 8 weeks ago
  70. 9bcebf7 hkml_view_mails: use curernt list arguments for thread dim_old suggestions by SeongJae Park · 8 weeks ago
  71. a07e63f hkml_view_mails: pass keys to suggest_dim_old() by SeongJae Park · 8 weeks ago
  72. a3dfe15 hkml_view_mails: use current arguments for focused mail thread generation by SeongJae Park · 8 weeks ago
  73. a7a15ea hkml_view_mails/hkml_list_args_for_msgid(): set full arguments by SeongJae Park · 8 weeks ago
  74. a3ceb52 hkml_list: set ignore_cache on cache key false by SeongJae Park · 8 weeks ago
  75. 6a1c041 hkml_view_mails: make thread dim_old suggestions based on all thread mails by SeongJae Park · 8 weeks ago
  76. 5cfd1c9 hkml_view_mails: use get_mails_view_data() on menu_dim_old_mails() by SeongJae Park · 8 weeks ago
  77. f05f8b3 TODO: add an item for better --dim_old of threads by SeongJae Park · 9 weeks ago
  78. e62d166 TODO: remove fixed --since failure handling by SeongJae Park · 9 weeks ago
  79. cdc5949 hkml_list: fail from absence of cached list only if explicitly cached list is requested by SeongJae Park · 9 weeks ago
  80. d592cd8 TODO: fix wrong issue description for --since by SeongJae Park · 9 weeks ago
  81. 20c05c2 TODO: add an issue to fix by SeongJae Park · 9 weeks ago
  82. e583c6d _hkml_cli: do not use type() on ask_selection() by SeongJae Park · 9 weeks ago
  83. fdd53a1 hkml_write: use selections_txt of ask_selection() by SeongJae Park · 9 weeks ago
  84. 76e2cf3 _hkml_cli: add selections_txt parameter to ask_selection() by SeongJae Park · 9 weeks ago
  85. 6842a6c hkml_write: remove redundant notice of opening editor by SeongJae Park · 9 weeks ago
  86. c3687c0 _hkml_cli: remove default_selection argument of ask_selection() by SeongJae Park · 9 weeks ago v1.4.8
  87. 07244ee hkml_{sync,view_mails,view_text}: use default_selection_idx instead of default_selection by SeongJae Park · 9 weeks ago
  88. 76fdb1a hkml_write: use default_selection_idx instead of default_selection by SeongJae Park · 9 weeks ago
  89. 8279eb9 _hkml_cli: support index based default selection specificaiton by SeongJae Park · 9 weeks ago
  90. eafbb30 hkml_write: fix wrong default answer of cursor position on editor by SeongJae Park · 9 weeks ago
  91. 9e84148 hkml_write: let user select whether to put cursor on reply on the desirec row by SeongJae Park · 9 weeks ago
  92. edd72b5 _hkml_cli/ask_selection(): support error-disallowed ask by SeongJae Park · 9 weeks ago
  93. f57bdb9 _hkml_cli: support string selections on ask_selection() by SeongJae Park · 9 weeks ago
  94. 3ca1f06 release_note: fixup wrong version number by SeongJae Park · 9 weeks ago
  95. 681eac7 TODO,release_note: update for the cursor on reply editing screen change by SeongJae Park · 9 weeks ago
  96. 922b64a hkml_view_text: keep the cursor on reply writing vim screen by SeongJae Park · 9 weeks ago
  97. 98d9e2e TODO: add an item for hkml usage history reading by SeongJae Park · 10 weeks ago
  98. 18a4c42 TOOD: add an item for better cursor positioning on reply by SeongJae Park · 10 weeks ago
  99. 069385d hkml_open: fix wrap_line() module name by SeongJae Park · 10 weeks ago
  100. 0cc3a0a _hkml_cli: use '' for default selection by SeongJae Park · 10 weeks ago