Save filename when queueing reminders. Also, use original trigger structure when triggering.

Before, we'd lose the priority and msgprefix() would mess up.
This commit is contained in:
Dianne Skoll
2024-02-02 14:18:55 -05:00
parent a18f0d982f
commit 7cfb75e3b3
2 changed files with 62 additions and 17 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ EXTERN INIT( int SynthesizeTags, 0);
EXTERN INIT( int ScFormat, SC_AMPM);
EXTERN INIT( int MaxSatIter, 1000);
EXTERN INIT( int MaxStringLen, MAX_STR_LEN);
EXTERN INIT( char *FileName, NULL);
EXTERN INIT( char *FileName, NULL);
EXTERN INIT( int UseStdin, 0);
EXTERN INIT( int PurgeMode, 0);
EXTERN INIT( int PurgeIncludeDepth, 0);