aboutsummaryrefslogtreecommitdiffstats
path: root/alfred/mlmmj.py
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-18 17:02:17 +0300
committerAhmed <git@gumx.cc>2026-06-18 17:02:17 +0300
commitd68cc6607a301a8be1ae217c31d47110865c93d5 (patch)
treeb4620abd980bd33ca54472267bc35c97576e5e4c /alfred/mlmmj.py
parent6132c2374bd8e06fd79d4d9a236f2c770e0390db (diff)
fix: alfred mlmmj from address
Diffstat (limited to 'alfred/mlmmj.py')
-rw-r--r--alfred/mlmmj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alfred/mlmmj.py b/alfred/mlmmj.py
index b58a669..16ecb6a 100644
--- a/alfred/mlmmj.py
+++ b/alfred/mlmmj.py
@@ -111,7 +111,7 @@ def cmd_list(bot, trigger):
return
message = " ".join(args[1:]).strip()
msg = (
- f"From: {OWNER_ADDR}\r\n"
+ f"From: {LIST_ADDR}\r\n"
f"To: {LIST_ADDR}\r\n"
f"Subject: {message}\r\n"
f"Date: {email.utils.formatdate(localtime=True)}\r\n"