File: dispmua-GUI.patch

package info (click to toggle)
dispmua 1.8.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,820 kB
  • sloc: makefile: 5
file content (30 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Markus Koschany <apo@debian.org>
Date: Fri, 22 Nov 2019 00:39:27 +0100
Subject: dispmua GUI

Use Debian's id so that dispmua will show up in Thunderbird.

Forwarded: not-needed
---
 manifest.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 460516f..2c2f545 100644
--- a/manifest.json
+++ b/manifest.json
@@ -9,11 +9,11 @@
   "legacy": true,
   "applications": {
     "gecko": {
-      "id": "DisplayMailUserAgent-T@Toshi_",
+      "id": "{F8147CF4-B9E3-445B-AA87-081ED66548F8}",
       "strict_min_version": "60.0"
     }
   }, 
   "icons": {
     "32": "chrome/skin/classic/logo.png"
   }
-}
\ No newline at end of file
+}