summary refs log tree commit diff stats
path: root/commands/msgview/toggle-headers.go
Commit message (Collapse)AuthorAgeFilesLines
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-2/+1
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* Implement basic tab completion supportGregory Mullen2019-06-291-4/+14
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+25
5' href='#n85'>85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126