about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--commands/msg/reply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/reply.go b/commands/msg/reply.go
index 762c15e..8e0feef 100644
--- a/commands/msg/reply.go
+++ b/commands/msg/reply.go
@@ -168,7 +168,7 @@ func (reply) Execute(aerc *widgets.Aerc, args []string) error {
 		part := findPlaintext(msg.BodyStructure, nil)
 		if part == nil {
 			//mkey... let's get the first thing that isn't a container
-			part := findFirstNonMultipart(msg.BodyStructure, nil)
+			part = findFirstNonMultipart(msg.BodyStructure, nil)
 			if part == nil {
 				// give up, use whatever is first
 				part = []int{1}