summary refs log tree commit diff stats
path: root/widgets/status.go
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2019-09-29 12:08:59 +0200
committerDrew DeVault <sir@cmpwn.com>2019-09-29 12:36:35 -0400
commitf15811a737ee8d93f22ceff620df145c2d252b15 (patch)
tree7f5329e27cd73236c6688bfd2dd3cebe403c67b0 /widgets/status.go
parent70c16fc34609893eadabd9a31adb4396931552a5 (diff)
downloadaerc-f15811a737ee8d93f22ceff620df145c2d252b15.tar.gz
Open mailto links in a new aerc instance if needed.
Aerc tries to open mailto:// links via the socket of the already running aerc
instance.

If no socket exists this silently errored out.
This commit starts up a new aerc instance if it can't connect to the socket
(which I think is the most common error) and if not sets up a new aerc instance
and retries to open the compositor.

This fixes https://todo.sr.ht/~sircmpwn/aerc2/295 by implementing the desired
behaviour.
Diffstat (limited to 'widgets/status.go')
0 files changed, 0 insertions, 0 deletions
'#n121'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204