Re: Finding offending message that breaks the Sender/From requirement

2023-07-17 Thread Husain Alshehhi
Oswald Buddenhagen writes: > On Sun, Jul 16, 2023 at 02:05:51AM +, hus...@alshehhi.io wrote: >> Is there a way to find the offending message? > probably the easiest way is to add -DN to the mbsync arguments. then you > can directly grep for the message's content. Thank you. -DN does the

Finding offending message that breaks the Sender/From requirement

2023-07-15 Thread husain
Hello, When running mbsync -a --verbose I am receiving the following message: $ mbsync -a --verbose Reading configuration file /home/husain/.mbsyncrc C: 0/1 B: 0/0 F: +0/0 *0/0 #0/0 N: +0/0 *0/0 #0/0 Channel Opening far side store ... Resolving ... ok Connecting to ()... Opening near side

[PATCH] add tag files to .gitignore

2023-01-13 Thread Husain Alshehhi
The auto-generated makefile targets CTAGS, GTAGS and TAGS generate files locally that should not be checked-in into the source code. This change adds these files to the .gitignore file. The list of files match those in distclean-tags target. --- .gitignore | 12 1 file changed, 12

Re: [PATCH] gitignore TAGS and GTAGS files

2023-01-09 Thread Husain Alshehhi
On Mon 09 Jan 2023 at 10:48, "Oswald Buddenhagen" wrote: > On Sun, Jan 08, 2023 at 08:25:43PM +, Husain Alshehhi wrote: >>GTAGS and TAGS are generated by the targets GTAGS and TAGS in the >>makefile. >> > oh, they appear to be automake standard targets. t

Re: [PATCH] gitignore TAGS and GTAGS files

2023-01-08 Thread Husain Alshehhi
On Sun 08 Jan 2023 at 16:01, "Oswald Buddenhagen" wrote: > On Sun, Jan 08, 2023 at 05:14:02AM +, Husain Alshehhi wrote: >>TAGS and GTAGS generate files to index the src. These files should not >>be included in source control. >> > i'm not convinced tha

[PATCH] gitignore TAGS and GTAGS files

2023-01-07 Thread Husain Alshehhi
TAGS and GTAGS generate files to index the src. These files should not be included in source control. --- .gitignore | 6 ++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 74de561..70e5aec 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,9 @@ Makefile

Understanding and Resolving the Error: Far Side Store Does Not Support Flags(s) P. Not Propagating

2021-02-15 Thread husain
the following notice: Notice: far side store does not support flag(s) 'P'; not propagating. Could you please help me understand what this flag is? I am not sure if it is supposed to reference something in the code, or a flag in IMAP protocol. Thanks, Husain Alshehhi